Coding the GARCH Model : Time Series Talk

preview_player
Показать описание
All about coding the GARCH Model in Time Series Analysis!

Code used in this video:
Рекомендации по теме
Комментарии
Автор

Wow, the rolling forecast results are quite surprising. Thank you for the quality content :)

Youngduck
Автор

Luck to have someone who can make such videos .... Thank you

naveenkumargandla
Автор

Thank you for the clear explanation. The ice-cream sales over the years increases. How to factor that in the synthetic data you generated? Also, how to make sure, if needed, that the simulated data is always positive. PS. Clipping would make everything <0 as 0. So, that's not what i am looking for.

SonuGupta-hktb
Автор

Thanks you! It would really greate to to see some videos from you about time series predictions using artificial neural networks.

disputt
Автор

Can't thank you enough for making this video

pulkitnijhawan
Автор

Thanks so much for this quick and clear explaination

heshan
Автор

Hey great vid again! Any chance you could do a video on multivariate GARCH in the future?

maxhunt
Автор

The time series data was artificially created. Why the model fit did not return near-exact model coefficients?

sgpleasure
Автор

Hi Ritvik, thanks again for another piece of great content. I wonder if the reason behind checking the PACF of squared values of simulation formula (not the sqrt value) is to make sure we won't impact the auto correlations at different lags? (because if we don't square both sides of the formula and check PACF directly, PACF doesn't really imply the correct values of PACF anymore?)

xinyuan
Автор

What a great model. Glad i am here! Subscribed 👍🏻

vishaljdeodhar
Автор

Hi, thank you for the video! Can you also make a video about causality in time series data? So given two time-series how can I tell if the first is causing the second one? Is there something besides the Granger test?

MrAlket
Автор

Wow, it's actually disgusting the correctness of that model 9:15...
Amazing video!

facundoalvarezmotta
Автор

Thanks for the great videos. I am a bit confused here. According to your introduction, it seems that the ARCH(or GARCH?) model is used to model the volatility of the deviance, however it looks like it is used to model the time series itself, rather than the deviance. So my problem is what kind of problem does the ARCH(GARCH) model deals with?

weipenghu
Автор

You are doing a great job. Could you suggest me a book that I can learn the basics of model formulation? I am in Turkey. My background is Finance. Your advice would be highly appreciated.

asfiabinteosman
Автор

Thanks for this great tutorial. One question: Am I right in my understanding that here, you model the returns themselves (a_t) and their volatilities (sigma_t), which is not the same as modeling the errors (epsilon_t) and their volatilities (sigma_t)? I keep getting confused by the usage of epsilon_t as white noise such as here, and at other times as the initial quantity to estimate when interested in error forecasts... When people talk about "the" GARCH model in finance, which quantity are they talking about then? Modeling the returns and their volatilities, or the errors and their volatilities?

Bmmhable
Автор

Again my question: How does this apply in reality? Is there some kind of expansion that also makes use of patterns in the sign of the volatility?

Lets say I want to predict demand for product X. Say demand in the (t-1) Period was 100, my GARCH model tells me volatility will be high in the next period, I flip a coin for the sign and it lands on positive 1, so I predict 150, and then in reality demand is only 50.

Would it make sense to transform the series to something like this:

y(t) = abs(mean - x(t))

so considering the deviation of my time series from the mean as a new time series and apply my GARCH model to that? But even then I kinda have the sign problem when using the abs()

j.r.
Автор

How did we come with q=2 ? From the original series how do we find out the dependence with previous volatility, because it won't be possible to find that series?

rahulmandalsky
Автор

How did you defined 'train' ? .. its not defined within the code!

al-azzouz
Автор

Hi, would you mind to point me out on the statistical equation on volatility prediction-rolling forecast? Thanks

sandyherho
Автор

I used the exact same code but a different result is produced, one of the model coefficients is not significant, that's strange.

_Wind-ygzx