Skip to main content

Questions tagged [acf-pacf]

The AutoCorrelation Function and Partial AutoCorrelation Function pertain to the correlation of a time series with itself at different lags. They are used to detect non-independence & suggest p, d, q terms in the Box-Jenkins approach to ARIMA modeling.

0 votes
0 answers
21 views

Stationary Check (ADF, KPSS and ACF PACF Plot) for SARIMAX model

I'm still confused about whether my data is stationary in terms of variance and mean or not, because based on the ADF test and KPSS test the data already shows stationary (because it rejects H0) but ...
Farah Pangesti's user avatar
0 votes
0 answers
10 views

How can I calculate the confidence interval for ACF

I have found multiple sources. One is claiming that the confidence interval is estimated by: qnorm((1 + ci)/2)/sqrt(x$n.used) (How is the confidence interval ...
NickM's user avatar
  • 1
0 votes
0 answers
25 views

Interpret the PACF plot to select the correct lag (AR model order)

I want to select lag (AR model order) for the series Food price inflation. AIC gives 4. SIC gives 3. And also, I print its PACF plot. How can I interpret the PACF plot to select the correct lag?
1190's user avatar
  • 1,140
5 votes
1 answer
147 views

How to determine the optimal lag length in time series?

I am a beginner in time series analysis, and I am always having this problem of selecting the optimal lag length for my time series, especially when using machine learning algorithms for the ...
jairiidriss's user avatar
2 votes
0 answers
35 views

Estimation of autocorrelation from unevenly sampled time series

Consider $n$ distinct time series $X^{(1)}, \ldots, X^{(n)}$, indexed by time (time ranging from 0 to 1), such that: each time series $X^{(i)}$ has a different number of observations, the time ...
Pohoua's user avatar
  • 2,628
0 votes
1 answer
26 views

Why the differenced at lag 12 time series of a SARIMA(0,0,0)(0,1,1)_12 model follow the MA(1) pattern with step 12?

I am trying to understand why the ACF of the seasonally differenced series reveals the AR of MA structure of the original series. For example: The following lines creates a SARIMA(0,0,0)(0,1,1)_12 ...
Epameinondas's user avatar
0 votes
0 answers
29 views

What does a significant PACF and insignificant ACF plot mean about autocorrelation?

I am new to time-series analysis and have been trying to understand how to correctly identify different types of autocorrelation in my seasonal data. I have run a gam and am now looking at the ...
Jcarroll's user avatar
3 votes
1 answer
46 views

How to determine (the lag order of) MA from these plots?

I am using time series to analyze the price of a commodity. Characterizing is the fact that the price of the good is determined per hour, one day prior to the day of delivery. For now, I have ...
Zillah's user avatar
  • 31
0 votes
0 answers
15 views

Prove the convergence of the sample PACF

I'm looking for a proof that the sample PACF converges in probability to the PACF in probability as T goes to infinity when m = p. Moreover, I am looking for a proof that when m > p, that the ...
Jerry Qu's user avatar
0 votes
0 answers
6 views

Difference transformation and Stationarization of Moving Average

I have a temperature sensor data, I want to denoise it. The first thing that came to my mind was to take the moving average, it was very smooth but it is still not stationary. If I take the log ...
Clankk's user avatar
  • 33
0 votes
0 answers
67 views

ACF and PACF plots to estimate SARIMA orders

I have some data (sales of a particular item at a particular grocery store) which exhibits both trend and seasonality. I fit these trend and seasonality components by doing a linear regression of the ...
Steven Gubkin's user avatar
0 votes
0 answers
45 views

How to choose the order of differencing?

I have a time series that looks like this I was asked to display the autocorrelation function and perform ADF test and based on that suggest a d for further analysis. I get plots like this and can ...
moon's user avatar
  • 1
3 votes
0 answers
38 views

What critical level to use in diagnostic tests for model selection in forecasting?

I have been reading Hyndman & Athanasopoulos "Forecasting: Principles and Practice" (newest edition here) recently, and I noticed something that I regard as a possible inconsistency. On ...
Richard Hardy's user avatar
1 vote
1 answer
48 views

What modeling approach should i use AR, MA, ARMA?

those are my ACF and PACF plots for my time series after two differentiating. I watched a couple of tutorials but I cannot figure out what method I am supposed to use. Also, an interpretation of the ...
antekkalafior's user avatar
0 votes
0 answers
21 views

What does this autocorrelation plot mean? [duplicate]

Is there any definitive meaning to a sinusoidal (above and below zero line) autocorrelation v lag plot? What does it tell us, if anything, about the realization it came from?
CTG-SMU-DataHub's user avatar

15 30 50 per page
1
2 3 4 5
20