The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
0answers
85 views

rugarch: Joint estimation leads to different results

I want to fit an ARMA-GARCH model to my data using rugarch package in R. First of all, I look at the acf and pacf: ...
6
votes
0answers
127 views

How to estimate the following model?

Suppose I have the following model: $$r_t=\sigma_t * \epsilon_t$$ where $r_t$ is the return at time t, $\sigma_t$ is the volatility, the model used to model this volatility is an exponentially ...
4
votes
0answers
89 views

Rolling window Kendall's tau against APARCH(1,1) correlation

Assume you want to forecast the correlation matrix of a stocks' basket (say 15 ~ 20 stocks from different sectors); assume you need to forecast at $T$ days because you will use the forecast ouput with ...
2
votes
0answers
49 views

What does negative gamma mean in APGARCH model?

I got a gamma of -0.1321677. ...
2
votes
0answers
152 views

Markov-Switching E-GARCH with R

I am looking for a R library for modeling a Markov-Switching E-GARCH process. In other questions at StackExchange related to GARCH models, the package rugarch is often mentionned. Do you recommend it ...
1
vote
0answers
7 views

So many volatility models. Any comparisons of them?

Are there any papers that make an explicit contrast/comparison of the following (or other) vol models in terms of the suitability for addressing some empirical problem? Wavelet multiresolution ...
1
vote
0answers
85 views

Error term/Innovation process in ARCH/GARCH processes?

I am wondering about the distribution of the error term/innovation process in a ARCH/GARCH process and its implementation, I am not sure about some points. The basic assumption is ...
1
vote
0answers
157 views

R ARMA-GARCH rugarch package doesn't always converge

I'm trying to compute the standard ARMA(1,1)-GARCH(1,1) as shown in this answer for an entire index,just to store in a database to quickly lookup values for back ...