6. ARCHGARCH Flashcards
How are ARCH effects tested using regression?
ARCH effects are tested by regressing squared residuals on lagged squared residuals: ε̂²t = a0 + Σ(ai * ε̂²t-i) + νt for i = 1 to q, and assessing the significance of coefficients ai.
How can the variance persistence in a GARCH(1,1) model be evaluated?
Variance persistence can be evaluated by the sum of α1 and β1 from the GARCH(1,1) model, σ²t = ω + α1 * ε²t-1 + β1 * σ²t-1. A sum close to 1 indicates high persistence.
How can you interpret the chi-square test statistic in the context of testing for ARCH effects?
The chi-square test statistic χ² = T * R² tests the null hypothesis that there are no ARCH effects (αi = 0). A significant χ² value indicates the presence of ARCH effects.
How do GARCH models extend ARCH models?
GARCH models include lagged conditional variances in addition to lagged squared residuals, allowing for better modeling of volatility persistence.
How do you interpret the R² value in the regression for testing ARCH effects?
R² indicates the proportion of variation in squared residuals explained by lagged squared residuals; higher R² suggests stronger ARCH effects.
How does an ARCH(q) model extend the ARCH(1) model?
ARCH(q) includes multiple lagged squared residuals in the conditional variance, σ²t = ω + Σ(αi * ε²t-i) for i = 1 to q, to capture more complex dependencies.
How does the EGARCH model differ from the standard GARCH model?
EGARCH models log(σ²t) and incorporate asymmetry, allowing for negative shocks to have a different effect than positive shocks.
How does the GARCH(1,1) model formula differ from the ARCH(1) model formula?
GARCH(1,1) adds a β1 * σ²t-1 term to the ARCH(1) formula, allowing past variances to influence current conditional variance.
How does the inclusion of β terms in a GARCH(p,q) model improve volatility modeling?
β terms incorporate past conditional variances, allowing the model to capture longer memory effects in volatility dynamics compared to ARCH models, which rely only on past residuals.
How is the log-likelihood function for GARCH estimation expressed?
log(LT(θ)) = Σ(-1/2 * log(2π) - 1/2 * log(σ²t) - ε²t / (2σ²t)) from t = m+1 to T
How is the variance of residuals in an ARCH(1) model calculated?
Var(εt) = ω / (1 - α)
How is the variance of residuals in an ARCH(q) model calculated?
Var(εt) = ω / (1 - Σ(αi)) for i = 1 to q, provided Σ(αi) < 1.
What are non-normal innovations, and why are they used in GARCH models?
Non-normal innovations, like t-distributions, capture heavy tails and skewness in financial return data, which normal distributions fail to model.
What are the main assumptions of residuals in an ARCH(1) model?
Residuals are assumed to have zero mean, conditional variance that changes over time, and potential leptokurtosis, indicating heavy tails.
What does ARCH stand for?
Autoregressive Conditional Heteroscedasticity.
What does the AR term in AR(p)-ARCH(q) models represent?
The AR term models the mean structure of the time series, while ARCH(q) models the conditional variance.