How to read ACF graph ? What is lag in ACF graph?
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
It will take less than 1 minute to register for lifetime. Bonus Tip - We don't send OTP to your email id Make Sure to use your own email id for free books and giveaways
Answer ( 1 )
ACF plot is an plot of a autocorrelation function which gives us values of correlation
of any series with its lagged values. It shows how well the present value of the series is
related with its past values.
The x- axis in the above image shows the no of lags and the y-axis shows the correlation amount.
The band which you see is the confidence interval band.So, the values which surpass that band
are said to be significant.Here, we can see that the values after the 3rd lag are dropping in significance.
So,we can say that any value in the time series depend upon at most 3 previous values.
The 0th lag will always have a correlation of 1 as the correlation of the series with itself is 1.