Fix header of dyn_autocorr

time-shift
Johannes Pfeifer 2016-10-03 21:30:02 +02:00
parent 68bc9cb9bb
commit bfbd4aa101
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
function acf = autocorr(y, ar) function acf = dyn_autocorr(y, ar)
% function acf = autocorr(y, ar) % function acf = dyn_autocorr(y, ar)
% autocorrelation function of y % autocorrelation function of y
% %
% INPUTS % INPUTS
@ -12,7 +12,7 @@ function acf = autocorr(y, ar)
% SPECIAL REQUIREMENTS % SPECIAL REQUIREMENTS
% none % none
% Copyright (C) 2015 Dynare Team % Copyright (C) 2015-16 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %