<< NL_F: Function NL_F: Function NL_F_Binning >>

NARVAL >> NL_F: Function > NL_F_AutoCorrelationPlot

NL_F_AutoCorrelationPlot

Display the Auto-Correlation function of a time series.

Calling Sequence

[A] = NL_F_AutoCorrelationPlot(X,L,W)

Arguments

X :

Time series.

L :

Lag.

W :

Window index.

A :

Auto-correlation.

Description

NL_F_AutoCorrelationPlot displays the Auto-Correlation function A of the time series X in respect with the lag L in the window of index W.

Examples

t=[0:0.1:30];
u=10*sin(t)+20*sin(2*t)+5*sin(3*t);
u=u+3*t+50+0.7*(rand(1,length(t))-0.5);
w=1;
l=300;
a=NL_F_AutoCorrelationPlot(u,l,w);//application of NL_F_AutoCorrelationPlot

Report an issue
<< NL_F: Function NL_F: Function NL_F_Binning >>