new Garch fit function

8 visualizaciones (últimos 30 días)
Muhamed Alsharman
Muhamed Alsharman el 24 de Jul. de 2017
Respondida: Hang Qian el 11 de Ag. de 2017
The new garch fit function is called "infer" , in the old one which is called "garchfit" the user can get [Spec, SE, ~, e, sigma, summary] as outputs, does any one knows how to get " e, sigma" in the new infer function ? thanks

Respuestas (1)

Hang Qian
Hang Qian el 11 de Ag. de 2017
Hi Muhamed,
The new GARCH fit function is called “estimate”, which uses data to estimate the unknown parameters in the GARCH model. The output of “estimate” is a fitted model, say EstMdl. Then we may use the “infer” function with EstMdl to extract the conditional variances V. In the old “garchfit”, the output variable sigma appears to be the conditional standard deviations. So if we take the square root, sqrt(V) should yield comparable results for sigma.
Hang Qian

Categorías

Más información sobre Conditional Variance Models en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by