joinlia 发表于 2007-2-1 18:18

请教:如何在matlab中实现似然比检验?

matlab中实现似然比检验的函数是lratiotest
格式: = lratiotest(BaseLLF, NullLLF, DoF, Alpha)
DoF为自由度,Alpha为显著水平
但我不清楚BaseLLF, NullLLF是如何输入?

happy 发表于 2007-2-1 23:56

这个在帮助中已经说明的听清楚了,你可以doc看一下

http://www.physnet.uni-hamburg.de/physnet/matlab/help/toolbox/garch/tutori35.html
这是一个例子,你可以参考一下

joinlia 发表于 2007-2-2 12:26

help中说“lratiotest assumes BaseLLF and NullLLF are the output of the estimation function garchfit, or the inference function garchinfer”
那么意思是说根据garchfit得出的,但看不大明白garchfit如何计算了最优化对数似然函数值LLF
比如我得出了gamma分布的两个参数估计——a和b,想用似然比检验得出的估计值a=a1与a=1的显著性差异,那如何计算BaseLLF 与NullLLF?

prince00840 发表于 2009-4-10 09:58

:@) :@) :@) 这是用的工具箱啊?
页: [1]
查看完整版本: 请教:如何在matlab中实现似然比检验?