Explore the essentials of anomaly detection in time series…
Start QuizExplore essential methods and best practices for dealing with…
Start QuizExplore key concepts and typical applications of the Prophet…
Start QuizExplore key concepts and foundational understanding of Long Short-Term…
Start QuizExplore key concepts in state-space modeling and the Kalman…
Start QuizExplore key concepts of Vector Autoregressive (VAR) models in…
Start QuizAssess your understanding of key concepts in time series…
Start QuizExplore the foundational aspects of time series decomposition, focusing…
Start QuizExplore the fundamentals of Fourier Transforms in time series…
Start QuizDeepen your understanding of exponential smoothing methods, including simple,…
Start QuizExplore the essentials of Seasonal ARIMA (SARIMA) models with…
Start QuizExplore essential ARIMA forecasting concepts and real-world applications with…
Start QuizExplore the core concepts of stationarity in time series…
Start QuizAssess your understanding of ARIMA models with focus on…
Start QuizTest your understanding of foundational time series concepts, including…
Start QuizExplore the essentials of Autocorrelation Function (ACF) and Partial Autocorrelation Function (PACF) in time series analysis. This quiz helps you identify dependencies, interpret plots, and distinguish AR, MA, and mixed processes using intuitive examples and key concepts.
This quiz contains 10 questions. Below is a complete reference of all questions, answer choices, and correct answers. You can use this section to review after taking the interactive quiz above.
What does the Autocorrelation Function (ACF) primarily measure in a stationary time series?
Correct answer: The correlation of a series with its past values at different lags
Explanation: The ACF measures how current values of a series relate to its previous values at various time steps, quantifying dependence at different lags. The average value is not related to autocorrelation, while the difference between maximum and minimum is simply the range. The ACF does not specifically capture the trend but rather the time-based dependencies.
If the ACF of a time series drops to zero after lag 1, which process is it most likely to represent?
Correct answer: Moving Average process of order 1 (MA(1))
Explanation: An MA(1) process typically shows autocorrelation that drops to zero after lag 1 in its ACF plot. An AR(1) process displays a gradual decay in ACF, not a sharp cut-off. I(1) signifies differencing and is not identified by this pattern, while a seasonal process often shows repeating spikes, not a single cut-off.
What pattern in the Partial Autocorrelation Function (PACF) plot suggests an autoregressive process of order 2 (AR(2))?
Correct answer: Significant PACF at lags 1 and 2, near zero afterward
Explanation: An AR(2) process will show significant PACF values at the first two lags, with the remaining PACF values dropping close to zero beyond lag 2. If only lag 1 is significant, it indicates AR(1), not AR(2). Every other lag suggests seasonality, not AR(2). All values near zero would show no autoregressive behavior.
Which statement best distinguishes the MA(1) from the AR(1) process using ACF and PACF plots?
Correct answer: MA(1) shows ACF cut-off at lag 1; AR(1) shows PACF cut-off at lag 1
Explanation: MA(1) processes have an ACF that cuts off sharply after lag 1, while AR(1) processes have a PACF cut-off at lag 1. The alternative patterns do not correctly describe the distinction; for example, cut-off at lag 2 or geometric decay in both plots are not characteristics of either MA(1) or AR(1) processes.
What would you expect to see in the ACF plot of a white noise time series?
Correct answer: All ACF values fall within the confidence bounds around zero
Explanation: White noise implies complete randomness, so the ACF plot will show all values within the bounds of random variation (generally no significant spikes). Significant spikes indicate dependency, as seen in the other options, whereas white noise lacks such dependencies or seasonality.
How does the Partial Autocorrelation Function (PACF) at lag k differ from the standard autocorrelation at lag k?
Correct answer: PACF measures the correlation between current and lagged values, controlling for values in between
Explanation: PACF adjusts for the effects of all shorter lags, isolating the direct relationship at lag k. Ignoring intermediate lags describes neither ACF nor PACF. Averaging prior lags or doubling values is unrelated to the calculation or interpretation of PACF.
Given a time series whose ACF decays gradually and PACF cuts off after lag 1, which model is it most likely to follow?
Correct answer: Autoregressive process of order 1 (AR(1))
Explanation: Gradual decay in the ACF coupled with PACF cut-off at lag 1 is typical of AR(1). An MA(1) would show cut-off in ACF, not PACF. White noise has no pattern or structure, and an integrated process refers to non-stationarity, which is not indicated here.
What does 'lag 2' mean in the context of ACF and PACF analysis?
Correct answer: Comparing each value to the value two time periods earlier
Explanation: Lag 2 considers the relationship between a point and the point exactly two steps before it in time. It has nothing to do with doubling values, derivatives, or simply summing data points, which are different analytical operations.
If a time series shows significant ACF values only at lags 1 and 2 with all further lags near zero, what model does this most likely indicate?
Correct answer: Moving Average process of order 2 (MA(2))
Explanation: An MA(2) process displays autocorrelation only up to lag 2, with the rest becoming negligible. AR(2) affects the PACF instead. Pure seasonality or random walks do not produce this exact ACF pattern.
What is the value of the ACF at lag 0 for any stationary time series?
Correct answer: Exactly one
Explanation: The ACF at lag 0 is always one because it represents the correlation of the series with itself at the same time point. Zero would mean no correlation, which is incorrect. The mean of the series or unpredictability are not descriptions of correlation at lag 0.