由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - estimate GARCH model in Matlab
相关主题
matlab fmincon...feval complex number?[合集] matlab函数的返回变量
请教一个计算机3D渲染方面的问题 (转载)[合集] 正经问个代替Matlab的问题。 (转载)
问一个matlab画图的问题matlab optimization问题
Matlab内部函数How can matlab loop over functions
做image registration, matlab和ITK哪个快?Default function template arguments
MATLAB如果是没什么编程经验的人学入门难么?ajax小问题
can python replace matlab ?question about using Hive parameter (转载)
一定要掌握一门最简洁的语言bash中怎样进行变量名递归替换?
相关话题的讨论汇总
话题: garch话题: matlab话题: estimate话题: model话题: different
进入Programming版参与讨论
1 (共1页)
a***m
发帖数: 74
1
Greetings!
I use fminsearch and fmincon in matlab to estimate parameters for a GARCH
model. The solution is not reliable: for example different initial values
result in different solutions, sometimes the optimization wouldn't be
reached. Because I need to estimate GARCH model for different sets of data,
it is impossible for me to debug or tweak solve for each dataset. I wonder
if there are better approach tothe problem. Any suggestions are welcome.
Many thanks!
W*****k
发帖数: 158
2
the econometrics toolbox of Matlab has a specific function to calibrate
GARCH

,

【在 a***m 的大作中提到】
: Greetings!
: I use fminsearch and fmincon in matlab to estimate parameters for a GARCH
: model. The solution is not reliable: for example different initial values
: result in different solutions, sometimes the optimization wouldn't be
: reached. Because I need to estimate GARCH model for different sets of data,
: it is impossible for me to debug or tweak solve for each dataset. I wonder
: if there are better approach tothe problem. Any suggestions are welcome.
: Many thanks!

a***m
发帖数: 74
3
thanks, I am trying the GARCH toolbox now.
From the manual, it uses fmincon function too.
c**a
发帖数: 316
4
for non-convex problems, i dont think there is any method w/ guarantee that
optimum solution will be found.

【在 a***m 的大作中提到】
: thanks, I am trying the GARCH toolbox now.
: From the manual, it uses fmincon function too.

a***m
发帖数: 74
5
I am confused by the results --
I tried the GARCH toolbox in Matlab. Compared to the results using
fminsearch, which I provided the likelihood function, the estimated
parameters are close for some cases, but very different for others, although
they both seem in reasonable ranges.
Could the differences be caused by the search methods themselves?
W*****k
发帖数: 158
6
rI guess it depends on the choice of starting points.

although

【在 a***m 的大作中提到】
: I am confused by the results --
: I tried the GARCH toolbox in Matlab. Compared to the results using
: fminsearch, which I provided the likelihood function, the estimated
: parameters are close for some cases, but very different for others, although
: they both seem in reasonable ranges.
: Could the differences be caused by the search methods themselves?

1 (共1页)
进入Programming版参与讨论
相关主题
bash中怎样进行变量名递归替换?做image registration, matlab和ITK哪个快?
[合集] 请高手指点Visual studio 里面怎么看程序的profile statisticsMATLAB如果是没什么编程经验的人学入门难么?
现在Window下写GUI的话用什么库?can python replace matlab ?
Socket accept failed - WSAEMFILE一定要掌握一门最简洁的语言
matlab fmincon...feval complex number?[合集] matlab函数的返回变量
请教一个计算机3D渲染方面的问题 (转载)[合集] 正经问个代替Matlab的问题。 (转载)
问一个matlab画图的问题matlab optimization问题
Matlab内部函数How can matlab loop over functions
相关话题的讨论汇总
话题: garch话题: matlab话题: estimate话题: model话题: different