Skip to content
Snippets Groups Projects
Commit c7e84894 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Rename autocorr into dyn_autocorr.m as it does not mirror the behavior of the...

Rename autocorr into dyn_autocorr.m as it does not mirror the behavior of the econometric toolbox function
parent 1d6961cc
No related branches found
No related tags found
Loading
......@@ -57,7 +57,7 @@ Nc = floor(min(Nc, length(X)/2));
if mod(Nc,2),
Nc=Nc-1;
end
AcorrXSIM = autocorr(X(:), Nc);
AcorrXSIM = dyn_autocorr(X(:), Nc);
%
%Calculate the Parzen Weight
Parzen=zeros(Nc+1,1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment