Notes
Notes
model to capture changing variance over time, a properties, such as mean, variance, and
phenomenon known as conditional heteroskedasticity. autocorrelation, remain constant over time.
This model is particularly useful when working with
financial and economic data where volatility, or the
variability of returns, is not constant. AutoRegressive Model (AR Model):
Conditional Variance: The core idea of an ARCH model • describes a time series as a linear combination of
is to model the conditional variance of a time series. It its own past values. In an AR model, the future
recognizes that the variance of a series is not constant values of the time series are modeled as a
but varies with past observations. weighted sum of its previous observations.
Autoregressive Structure: The conditional variance is • Order of the AR Model: denoted as "p," specifies
modeled as a function of past squared observations. In how many previous observations are included in
essence, the model captures how the past shocks or the model. For example, an AR(1) model includes
volatilities affect the current volatility. The model only the immediately preceding observation,
typically involves a lag structure, where the past while an AR(2) model includes the two most
squared observations, or residuals, are used to predict recent observations.
the current conditional variance. • Stationarity: For an AR model to be applicable,
Parameters: most critical parameter is the order of the the time series should be stationary, meaning
model, often denoted as p. This parameter determines that its statistical properties do not change over
the number of lagged squared terms to include in the time. If the time series is not stationary,
model. For example, in an ARCH(1) model, only the differencing may be applied to achieve
squared term at the previous time step is used to stationarity.
predict the current variance. • Parameter Estimation: using statistical methods
Residuals: The model assumes that the series is such as maximum likelihood estimation.
stationary, and it models the squared residuals as a • INCREASE in the lagged order => decreases the df
function of past squared residuals. This accounts for the . ex – AR(3) => n-3 =df
clustering of large and small residuals over time. • PACF => order of AP
Conditional Heteroskedasticity: The term ACF => MA order
"heteroskedasticity" refers to the changing variance
over time, and "conditional" signifies that this variance Box and Jenkins, First model for modeling and
depends on past observations. forecasting univariate time series data. 3 main stages:
Estimation: Estimating the parameters of an ARCH • Model Identification: In this initial stage, the goal
model is typically done using maximum likelihood is to identify the appropriate model for the time
estimation (MLE). This involves finding the parameter series data. This involves assessing the data for its
values that maximize the likelihood of observing the stationarity (or transforming it into a stationary
data given the model. series), identifying the order of differencing
Use Cases: ARCH models are commonly used in finance required, and selecting autoregressive (AR) and
to model the volatility of financial returns, such as stock moving average (MA) orders using
prices. They are particularly helpful in understanding autocorrelation and partial autocorrelation
and predicting periods of high and low volatility in plots. The chosen model is often referred to as an
financial markets. ARIMA (Autoregressive Integrated Moving
Extensions- GARCH incorporate not only past squared Average) model.
residuals but also past conditional variances in the • Model Estimation: After identifying the ARIMA
model. model, the next step is to estimate the model's
parameters, which involves finding the
coefficients for the autoregressive and moving
ACF measures the correlation between a time series average terms. Estimation can be done using
and its own past values at different time lags. identify maximum likelihood estimation or other
the presence of autocorrelation, techniques. The estimation process also provides
ACF plot displays the correlation coefficients at various information about the model's goodness of fit.
lags. A sharp drop in autocorrelation after a certain lag • Model Diagnostic Checking: Once the model is
suggests a seasonal pattern, while a slow decay suggests estimated, it's crucial to assess its validity.
a trend or a more complex dependence structure. Diagnostic checks are performed to ensure that
the model residuals are white noise, meaning
PACF measures the correlation between a time series they are independent and identically
and its own past values at different time lags while distributed. Various diagnostic tests, including
controlling for the intermediate lags. residual autocorrelation plots and the Ljung-Box
helps identify the direct relationship between a time test, are used to evaluate the model's adequacy.
series and its past values, excluding the indirect
influence of intermediate lags. useful in determining the
order of autoregressive (AR) processes . PACF plot
displays the partial correlation coefficients at various
lags. Significant values at specific lags indicate the order
of the AR process. you can build an appropriate
autoregressive model.