由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - Help on Garch model simulation..
相关主题
[求助] 分析annuity[合集] 多元Garch模型如何预测covariance和correlation?
请教和python一起用的optimizer?GARCH modeling of volatility
simulation problem金融工程程序大收集
投行面试问题请教[合集] GARCH and ARCH,ARIMA (转载)
问个关于simulation的问题?请问两个波动性时间序列预测(Volatility Forecasting)的问题
如何在Simulation中计算一个simulated quantity的导数请问两个波动性时间序列预测(Volatility Forecasting)的问题 (?
[合集] 有人做quant用Matlab的么?garch的unconditional分布是怎么样的?有什么分布可以用来近似吗?
[合集] 请教怎样估算股票的mu -- 就是mean rate of return?请问:关于market risk VaR models
相关话题的讨论汇总
话题: garch话题: sigma话题: model话题: garchfit话题: simulation
进入Quant版参与讨论
1 (共1页)
z****n
发帖数: 17
1
I need to simulate a Garch model of any parameter settings and then use
Rmetric GarchFit to estimate the parameteres( such as beta and alpha).
here's how i did it.
e_0=0.5
e_t= sigma_t * z_t , where z_t ~ Norm(0,1) iid
sigma_t ^2 = a_0 + a_1 * e_(t_1) ^2 + b_1 * sigma_(t_1) ^2.
I set a_0 = 0.2 a_1 = 0.4 b_1 = 0.4.
However, the Garchfit can't get the parameters right.
Does anyone know what's wrong with my garch model? thanks
n****w
发帖数: 156
2
sigma_0是多少?
不过看着应该是对的
你把你的code发到x********[email protected]我试试看吧

【在 z****n 的大作中提到】
: I need to simulate a Garch model of any parameter settings and then use
: Rmetric GarchFit to estimate the parameteres( such as beta and alpha).
: here's how i did it.
: e_0=0.5
: e_t= sigma_t * z_t , where z_t ~ Norm(0,1) iid
: sigma_t ^2 = a_0 + a_1 * e_(t_1) ^2 + b_1 * sigma_(t_1) ^2.
: I set a_0 = 0.2 a_1 = 0.4 b_1 = 0.4.
: However, the Garchfit can't get the parameters right.
: Does anyone know what's wrong with my garch model? thanks

1 (共1页)
进入Quant版参与讨论
相关主题
请问:关于market risk VaR models问个关于simulation的问题?
请问:Time Series 中常用的Model 有那几个呀如何在Simulation中计算一个simulated quantity的导数
江平的书有下载了[合集] 有人做quant用Matlab的么?
[合集] 江平的书有下载了[合集] 请教怎样估算股票的mu -- 就是mean rate of return?
[求助] 分析annuity[合集] 多元Garch模型如何预测covariance和correlation?
请教和python一起用的optimizer?GARCH modeling of volatility
simulation problem金融工程程序大收集
投行面试问题请教[合集] GARCH and ARCH,ARIMA (转载)
相关话题的讨论汇总
话题: garch话题: sigma话题: model话题: garchfit话题: simulation