Tagged Questions
4
votes
1answer
68 views
Is my VaR calculation correct?
I want to use a ARMA-GARCH process to calculate the value at risk.
I use the rugarch package of R.
First of all, I specify my model:
...
7
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 ...
5
votes
1answer
243 views
Problems with dealing with GARCH models and intra-day data
Short question would be "Which type of model from GARCH family is most suitable for modeling 5-minute data returns ?" but I've added some story to it.
Long time ago I was preparing my thesis, one ...
2
votes
0answers
149 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 ...
2
votes
2answers
181 views
Should I use GARCH volatility or standard deviation in cross-sectional regression?
I want to do a cross-sectional study where the historical, medium-long run volatility of some return series (call it $R_t$) is included as a regressor. Which of the following two estimates of ...
6
votes
1answer
374 views
Conditional or unconditional volatility?
I am reading a paper (reference below) that states "The conditional volatility for each underlying security (or for a market index) can be estimated using the standard deviation of the stock’s ...
4
votes
1answer
316 views
Volatility models using Rugarch
I have estimated sGARCH, EGARCH and TGARCH, which some for particular models are significant. For others, the alpha remain insignificant using various innovations such as the skewed variants of the ...
4
votes
0answers
88 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 ...
3
votes
2answers
242 views
Backtesting VaR model violation independence
I am interested in hearing about the practitioner state of the art for testing the time independence of a VaR model (i.e. that VaR violations are independent in time). There are a number of tests in ...
3
votes
2answers
826 views
GJR-GARCH Model In R
Any idea how to estimate GJR-GARCH models in R? Is there any particular library like fGarch that supports such models?
3
votes
1answer
207 views
Does the correlation amongst stocks rise when stock values decline?
Is there any research on whether the correlations among stocks rise when stock indices decline? Which model could account and test for that effect ? Maybe GARCH-BEKK, or some models using copulas?
2
votes
2answers
1k views
Garch modelling on Stata
I would like to ask "how to do GARCH modelling on stata".
Basically I want to estimate stock market volatility using daily data. I have one variable as return series, $r_t=\ln(\frac{P_t}{P_{t-1}})$.
...
