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.
@spenderpierre63954 жыл бұрын
You have literally just saved my master' Thesis. Thank you for this magnificent video, I will remember it my whole life. Sincerely, Pierre
@lennyb.96164 жыл бұрын
LMFAO SAME, mine is due in 10 days and you?
@daiane_23103 жыл бұрын
I am here to try to calculate volatility of stock for an article
@jean-claudefrancoisbaroudd7303 жыл бұрын
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 =)
@TheGuschtrim2 жыл бұрын
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.
@jakob43713 ай бұрын
lol, this is very basic stuff. What was your subject?
@HoangAnh-qx9ri4 ай бұрын
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Ай бұрын
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!
@alexanderbogdanowicz37686 жыл бұрын
Great Tutorial, just the right amount of explaining and perfectly timed!
@leonwaidmann6412 жыл бұрын
any recommendations for a video talking about the interpretation of the garch model outputs in R?
@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
@anarkarimli60154 жыл бұрын
Thank you very much! It is quite hard to find a video on MGARCH model programming on KZbin.
@pedrocolangelo58442 жыл бұрын
Great video, mr. Becker! Thank you for it!
@marcosavini74633 жыл бұрын
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?
@moonisshakeel63504 жыл бұрын
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.
@alestassi4 жыл бұрын
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Ай бұрын
Dear Dr. Ralf Becker, the script URL doesn't work anymore. Do you still have it somewhere else?
@nguyenduyanh73054 жыл бұрын
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.
@amandafoongwaiyan4 жыл бұрын
I am so thankful for this, this helped alot!
@TheAvikdas4 жыл бұрын
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?
@yuzhang14804 жыл бұрын
when I tried to put my data into a data frame. it shows > rX
@schlapperseppel30013 жыл бұрын
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.
@jeboteyt3 жыл бұрын
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_alyousifi5 жыл бұрын
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?
@pourapprendre81434 жыл бұрын
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_MarcoPolo4 жыл бұрын
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 ?
@aikobish32472 жыл бұрын
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 )
@souritdas27142 жыл бұрын
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
@hugomclaughlin68624 жыл бұрын
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...
@alessandrorosati9692 жыл бұрын
For estimate Var in the Garch-midas models, which r commands should be used?
@alicegowenlock52014 жыл бұрын
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 Жыл бұрын
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.
@kamahmiriam89144 жыл бұрын
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!
@Moronuhuy8 ай бұрын
hai, I have the same problem as you. have you found the solution? May I know what the solution is?
@lethiminhhuong858910 ай бұрын
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
@xwclsg3 жыл бұрын
Crisp and clear, thanks a lot.
@sayunimbwilo57124 жыл бұрын
Kindly assist on how to run Beta -t - GARCH for time series (Score variables with beta distribution)
@astridgeorge18804 жыл бұрын
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!
@gaspargarcia29264 жыл бұрын
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.
@lediblessing16064 жыл бұрын
Hi. Did you get an example of the GARCH BEKK model? I'd also love to see a similar example of it.
@attepitkajarvi41314 жыл бұрын
Have you guys found one yet?
@gabrielepillitteri2 жыл бұрын
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?
@leonardowinzap20442 жыл бұрын
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!
@leonardowinzap20442 жыл бұрын
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)
@gabrielepillitteri2 жыл бұрын
@@leonardowinzap2044 Hei leo, I never solved it :(
@gabrielepillitteri2 жыл бұрын
@@leonardowinzap2044 Thank you!
@Nader952 жыл бұрын
is GARCH only used for modelling returns? Or can I use GARCH for forecasting daily PRICES (not returns).
@masthuhn18922 ай бұрын
To model GARCH, you need to use stationary time series. Most stock prices are non-stationsry which is why you would use returns
@maelmonder51505 жыл бұрын
Thanks, very generous to give the codes of your work (and not have to write testing again)...Update works let me know...
@taniaadeoti46784 жыл бұрын
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
@차태희-o1q6 жыл бұрын
How can i compute conditional correlation mean matrix all time ? rcor's mean (not each day)
@ougoustg.91895 жыл бұрын
You are amazing my friend!!!
@MatBiszi6 жыл бұрын
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 ;)
@RalfBecker6 жыл бұрын
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-se5ve5 жыл бұрын
nice video for volatility modeling i like this work
@kunalbali8106 жыл бұрын
could you please give some tutorials on importing netcdf, hdf files and reading-plotting the data?
@phdcivileng94256 жыл бұрын
could you please to tell us how to forecast passengers with arima in minitab?
@thananchai94255 жыл бұрын
Hi Sir, If I just want CCC Matrix. How do I get it. Please
@aracalbuto6 жыл бұрын
Is there a way to generate artificial (simulated) GARCH data, i.e. data that will yield a specific desired GARCH model?
@khanhtruong32546 жыл бұрын
library(TSA) with function garch.sim()
@KARE192696 жыл бұрын
What if we are importing a csv file instead of downloading with symbols? as.xts doesn't work in former case?
@차태희-o1q6 жыл бұрын
When you import data, You can convert the csv file to xts.
@차태희-o1q6 жыл бұрын
this is my code.library(xts) stockdata
@mm.khorasani87474 жыл бұрын
I need help in R package
@sarangamadarasinghe2338 Жыл бұрын
sir,can you uplord a tutorial to check the accuracy of a GARCH model.This vedio is verymuch helpfull
@kamahmiriam89144 жыл бұрын
Its indeed helpful. Thanks!
@rolandraoul71023 жыл бұрын
so so clear, thank You
@spotifymee46426 жыл бұрын
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?
@Yoho6966 жыл бұрын
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.
@mutuamunywoki28175 жыл бұрын
@@Yoho696 I 'm having challenge in setting my data in R correctly for Multivariate GArch analysis can you help please
@MrHugosky16 жыл бұрын
Thank you very much in deed!
@mm.khorasani87474 жыл бұрын
Hi Can you help me...?
@flamboyantperson59366 жыл бұрын
Very nice tutorial
@pampakouleh4 жыл бұрын
Hi nice work. how can I estimate HAR-RV in R? and compare to the GARCH model
@jenevavergara41256 жыл бұрын
hi nice video, can u send me the full codes so i can re-run it in my laptop?thanks