Garch Modelling in R

  Рет қаралды 85,365

Ralf Becker

Ralf Becker

Күн бұрын

Пікірлер
@Alexandru-3
@Alexandru-3 4 жыл бұрын
These videos are like portals. I know the views are not that high, but please do not ever stop doing them - we assure you that you are helping students from around the world in ways and measures you do not imagine.
@spenderpierre6395
@spenderpierre6395 4 жыл бұрын
You have literally just saved my master' Thesis. Thank you for this magnificent video, I will remember it my whole life. Sincerely, Pierre
@lennyb.9616
@lennyb.9616 4 жыл бұрын
LMFAO SAME, mine is due in 10 days and you?
@daiane_2310
@daiane_2310 3 жыл бұрын
I am here to try to calculate volatility of stock for an article
@jean-claudefrancoisbaroudd730
@jean-claudefrancoisbaroudd730 3 жыл бұрын
I sense we should all go for a beer one day as like-minded people and remember the times where we probably over-estimated our ability to implement M-GARCH models =)
@TheGuschtrim
@TheGuschtrim 2 жыл бұрын
He literally just safed my bachelor' thesis. Not sure if I chose an adequate level of complexity for my economics degree. But it is what it is.
@jakob4371
@jakob4371 3 ай бұрын
lol, this is very basic stuff. What was your subject?
@HoangAnh-qx9ri
@HoangAnh-qx9ri 4 ай бұрын
Thank you so much for such a thorough and easy to understand explanation of garch modelling in R! It is so helpful, even 6 years after you have uploaded this video
@RalfBecker
@RalfBecker Ай бұрын
Glad it helped
@ЛинаСкайволкер
@ЛинаСкайволкер 5 жыл бұрын
I'd love to thank you! I can't tell you how thankful I am! I've been at the very deadline of my work on the subject and here your video is! Thank you!
@alexanderbogdanowicz3768
@alexanderbogdanowicz3768 6 жыл бұрын
Great Tutorial, just the right amount of explaining and perfectly timed!
@leonwaidmann641
@leonwaidmann641 2 жыл бұрын
any recommendations for a video talking about the interpretation of the garch model outputs in R?
@simranjuneja5736
@simranjuneja5736 Жыл бұрын
Thank you sir for nice explanation I have a query how to see the impact of some exogenous variable X on the correlation of different assets in dcc garch model in R
@anarkarimli6015
@anarkarimli6015 4 жыл бұрын
Thank you very much! It is quite hard to find a video on MGARCH model programming on KZbin.
@pedrocolangelo5844
@pedrocolangelo5844 2 жыл бұрын
Great video, mr. Becker! Thank you for it!
@marcosavini7463
@marcosavini7463 3 жыл бұрын
As i understand it the covariance matrix is computed ex-post, is there also a function for calculating ex-ante through the coefficients estimated and compare with the realized? Or do i need to do it manually?
@moonisshakeel6350
@moonisshakeel6350 4 жыл бұрын
how can I estimate out-of-sample forecast and what is the difference between ugarchboot, ugarchforecast and ugarchroll. Also how to estimate the RMSE for the models.
@alestassi
@alestassi 4 жыл бұрын
Thanks so much Ralf, it helps a lot. I wonder if you can make a video of BEKK-GARCH, DCC-GARCH and neural network examples with R? Thanks again.
@kangtaw
@kangtaw Ай бұрын
Dear Dr. Ralf Becker, the script URL doesn't work anymore. Do you still have it somewhere else?
@nguyenduyanh7305
@nguyenduyanh7305 4 жыл бұрын
How would you add external regressors to the univariate garch variance equation? I have three time series, I estimated them employing GARCH(1,1) for each of them, and I want to add lagged residual and variance of one series to another's conditional variance equation and I dont know how to do that. Thank you very much.
@amandafoongwaiyan
@amandafoongwaiyan 4 жыл бұрын
I am so thankful for this, this helped alot!
@TheAvikdas
@TheAvikdas 4 жыл бұрын
Dear Ralf, nice explanations and tips for Multivariate GARCH models. Thanks. I am facing a "matrix multiplication: problem with matrix inverse; suggest to use solve() instead" while dccfit. Any suggestion?
@yuzhang1480
@yuzhang1480 4 жыл бұрын
when I tried to put my data into a data frame. it shows > rX
@schlapperseppel3001
@schlapperseppel3001 3 жыл бұрын
Is there a way to plot the variance estimated by GARCH and OLS in one graph? I would like to graphically compare the estimations in R, however, I only know how to graph the variance of the GARCH model.
@jeboteyt
@jeboteyt 3 жыл бұрын
Could you also go into the goodness of fit. How can we tell if our multivariate GARCH is good or bad? Is the backtesting of VaR a go to?
@yousif_alyousifi
@yousif_alyousifi 5 жыл бұрын
Dear Dr. Ralf, Thank you for this video. I would like to ask you how can we validate GARCH model and calculate RMSE ANS MAPE of GARCH MODELS TO DO A COMPARISON WITH OTHER MODELS such as ARIMA?
@pourapprendre8143
@pourapprendre8143 4 жыл бұрын
Hi. A GARCH model does not produce an RMSE over the values of a time series. The GARCH models the volaility of a series (how confident are we that the point forecast we estimated is within a certain range). The point forecast itself is still found by setting up an ARIMA model.
@Le_MarcoPolo
@Le_MarcoPolo 4 жыл бұрын
I saw a paper on the net indicating that we could estimate the Beta of a stock/portfolio. I do not see at all the link between the CAPM and the Garch model. can someone could explain ?
@aikobish3247
@aikobish3247 2 жыл бұрын
Thank you so much for this video. I have one question: Do you know how I can put external regressors into DCC Garch model? Xreg seems not to work (. In univariate Part of Garch xreg works, but unfortunately not in multivariate part. Maybe someone can help me. Thanks )
@souritdas2714
@souritdas2714 2 жыл бұрын
Hi can you just tell me, how to find out the p-values (command in R) of significance of the conditional correlation matrix between the three variables
@hugomclaughlin6862
@hugomclaughlin6862 4 жыл бұрын
Hi, great video! Can anyone help me to replicate this DCC-GARCH model but with a VAR model for the conditional mean equation? Not sure how to implement this...
@alessandrorosati969
@alessandrorosati969 2 жыл бұрын
For estimate Var in the Garch-midas models, which r commands should be used?
@alicegowenlock5201
@alicegowenlock5201 4 жыл бұрын
Really helpful video. I am trying to model a CARR model using the rugarch package. Any advice on this would be much appreciated, thanks!
@fern8670
@fern8670 Жыл бұрын
Dear Dr. Ralf, Thank you for this video. I would like to ask you how can I find Value at Risk and Expected Shortfall of Multivariate GARCH Model , Can you show me by Code R Thank you for helping me to do my master' Thesis.
@kamahmiriam8914
@kamahmiriam8914 4 жыл бұрын
Hi! I am using a daily data in a CSV file but each time I run the as.xts command, the date that comes with the graph starts from 1970. How do I correct it so that the date starts from the 2015-01-08, which is the start date of my data. Thanks!
@Moronuhuy
@Moronuhuy 8 ай бұрын
hai, I have the same problem as you. have you found the solution? May I know what the solution is?
@lethiminhhuong8589
@lethiminhhuong8589 10 ай бұрын
thank you professor for informative video. Can you help me a command how to write.csv for DCC model include Coef and p-value? thank you so much
@xwclsg
@xwclsg 3 жыл бұрын
Crisp and clear, thanks a lot.
@sayunimbwilo5712
@sayunimbwilo5712 4 жыл бұрын
Kindly assist on how to run Beta -t - GARCH for time series (Score variables with beta distribution)
@astridgeorge1880
@astridgeorge1880 4 жыл бұрын
Dear, We use our own excel data set, and since this is another way of importing data, could you please tell us how to convert it to times series data? Such that our variables also have the xts value? Thank you in advance!
@gaspargarcia2926
@gaspargarcia2926 4 жыл бұрын
This is brilliant, thank you very much, it has helped me a lot! I would like to see a similiar video on GARCH BEKK model, that would be fantastic.
@lediblessing1606
@lediblessing1606 4 жыл бұрын
Hi. Did you get an example of the GARCH BEKK model? I'd also love to see a similar example of it.
@attepitkajarvi4131
@attepitkajarvi4131 4 жыл бұрын
Have you guys found one yet?
@gabrielepillitteri
@gabrielepillitteri 2 жыл бұрын
Good evening, i have a problem. When i run "fit1 = dccfit(spec1, data = rX, fit.control = list(eval.se = TRUE), fit = multf)" for the model estimation it returns to me: What should i Do?
@leonardowinzap2044
@leonardowinzap2044 2 жыл бұрын
I run into exactly the same problem. How did you manage to solve it? (provided you have managed by now) Thanks a lot for your help!
@leonardowinzap2044
@leonardowinzap2044 2 жыл бұрын
In case this problem affects someone else in the future: I managed to solve it by installing the package Rcpp. With this package loaded, the code seems to work without issues. Code: install.packages('Rcpp') library(Rcpp)
@gabrielepillitteri
@gabrielepillitteri 2 жыл бұрын
@@leonardowinzap2044 Hei leo, I never solved it :(
@gabrielepillitteri
@gabrielepillitteri 2 жыл бұрын
@@leonardowinzap2044 Thank you!
@Nader95
@Nader95 2 жыл бұрын
is GARCH only used for modelling returns? Or can I use GARCH for forecasting daily PRICES (not returns).
@masthuhn1892
@masthuhn1892 2 ай бұрын
To model GARCH, you need to use stationary time series. Most stock prices are non-stationsry which is why you would use returns
@maelmonder5150
@maelmonder5150 5 жыл бұрын
Thanks, very generous to give the codes of your work (and not have to write testing again)...Update works let me know...
@taniaadeoti4678
@taniaadeoti4678 4 жыл бұрын
Great Videol sir, I really have learnt a lot, but how do I go about estimating the parameters of a Gargh(1,1) model assuming a Generalized Logistic regression? Please I need help
@차태희-o1q
@차태희-o1q 6 жыл бұрын
How can i compute conditional correlation mean matrix all time ? rcor's mean (not each day)
@ougoustg.9189
@ougoustg.9189 5 жыл бұрын
You are amazing my friend!!!
@MatBiszi
@MatBiszi 6 жыл бұрын
i have question, when i am predicting variability stock use GARCH-GJR and want check with errors i must use calculated variability use GARCH-GJR or calculated normall standard deviation? I forercasting also with use GARCH, GJR-GARCH, IGARCH, EGARCH, GARCH, and GARCH - M, and i have problem with this what variability use to compare and calculated errors. Sorry for my english ;)
@RalfBecker
@RalfBecker 6 жыл бұрын
I am not 100% sure I understand what you are after, but I think you want to know which of the different models you ought to use. You evaluate GARCH models by looking at the standardised residuals (residuals / sqrt(var)). When you plot the estimation results you get some specification tests on these. Basically you want to use the simplest model that passes these tests.
@AzharAli-se5ve
@AzharAli-se5ve 5 жыл бұрын
nice video for volatility modeling i like this work
@kunalbali810
@kunalbali810 6 жыл бұрын
could you please give some tutorials on importing netcdf, hdf files and reading-plotting the data?
@phdcivileng9425
@phdcivileng9425 6 жыл бұрын
could you please to tell us how to forecast passengers with arima in minitab?
@thananchai9425
@thananchai9425 5 жыл бұрын
Hi Sir, If I just want CCC Matrix. How do I get it. Please
@aracalbuto
@aracalbuto 6 жыл бұрын
Is there a way to generate artificial (simulated) GARCH data, i.e. data that will yield a specific desired GARCH model?
@khanhtruong3254
@khanhtruong3254 6 жыл бұрын
library(TSA) with function garch.sim()
@KARE19269
@KARE19269 6 жыл бұрын
What if we are importing a csv file instead of downloading with symbols? as.xts doesn't work in former case?
@차태희-o1q
@차태희-o1q 6 жыл бұрын
When you import data, You can convert the csv file to xts.
@차태희-o1q
@차태희-o1q 6 жыл бұрын
this is my code.library(xts) stockdata
@mm.khorasani8747
@mm.khorasani8747 4 жыл бұрын
I need help in R package
@sarangamadarasinghe2338
@sarangamadarasinghe2338 Жыл бұрын
sir,can you uplord a tutorial to check the accuracy of a GARCH model.This vedio is verymuch helpfull
@kamahmiriam8914
@kamahmiriam8914 4 жыл бұрын
Its indeed helpful. Thanks!
@rolandraoul7102
@rolandraoul7102 3 жыл бұрын
so so clear, thank You
@spotifymee4642
@spotifymee4642 6 жыл бұрын
Thank you for this very useful tutorial! However, I couldn't figure out by myself how to implement the asymmetric dcc model. Could you help me with this please?
@Yoho696
@Yoho696 6 жыл бұрын
I think this is the way to go: spec1 = dccspec(uspec = uspec.n, dccOrder = c(1,1), model = "aDCC", distribution = 'mvnorm'). However when I tried this for replicating results from a paper, I didn't get the correct results, which I did get for the normal DCC model.
@mutuamunywoki2817
@mutuamunywoki2817 5 жыл бұрын
@@Yoho696 I 'm having challenge in setting my data in R correctly for Multivariate GArch analysis can you help please
@MrHugosky1
@MrHugosky1 6 жыл бұрын
Thank you very much in deed!
@mm.khorasani8747
@mm.khorasani8747 4 жыл бұрын
Hi Can you help me...?
@flamboyantperson5936
@flamboyantperson5936 6 жыл бұрын
Very nice tutorial
@pampakouleh
@pampakouleh 4 жыл бұрын
Hi nice work. how can I estimate HAR-RV in R? and compare to the GARCH model
@jenevavergara4125
@jenevavergara4125 6 жыл бұрын
hi nice video, can u send me the full codes so i can re-run it in my laptop?thanks
@RalfBecker
@RalfBecker 6 жыл бұрын
check the link in the info underneath the video
@RalfBecker
@RalfBecker 6 жыл бұрын
check the link in the video notes
@jenevavergara4125
@jenevavergara4125 6 жыл бұрын
@@RalfBecker thank you
@yzhang4970
@yzhang4970 4 жыл бұрын
very helpful!!!
@souritdas2714
@souritdas2714 2 жыл бұрын
excellent!
What are ARCH & GARCH Models
5:10
Aric LaBarr
Рет қаралды 44 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Volatility Modeling: GARCH Processes in R
15:22
Scott W. Hegerty
Рет қаралды 34 М.
181 - Multivariate time series forecasting using LSTM
22:40
DigitalSreeni
Рет қаралды 290 М.
GARCH Model : Time Series Talk
10:25
ritvikmath
Рет қаралды 167 М.
1. Modeling & Analysis of Apple Stock Prices in R | GARCH Models
8:59
Dr. Bharatendra Rai
Рет қаралды 26 М.
Time Series Talk : ARCH Model
10:29
ritvikmath
Рет қаралды 150 М.
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 4,2 МЛН
Introduction To Making Forecasts From Time-Series Models in R
30:04
Diff-in-Diff in R, the Minimum Legal Drinking Age (MLDA) example
37:15
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН