结果:找到“MATLAB GARCH模型”相关内容99个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
如何用matlab计算garch模型t分布和ged分布的分位数?
5 个回复 - 4346 次查看
如题已经建立收益率的garch模型如何计算分位数?
Dependent Variable: LOGRET
Method: ML ARCH - Student's t distribution (BFGS / Marquardt steps)
Date: 10/19/15 Time: 08:43
Sample (adjust ...
2015-10-19 11:20 - 武昌鱼1 - 爱问频道
MS-GARCH模型的MATLAB代码或其他软件代码
0 个回复 - 1167 次查看
最近在研究计量经济学中的相关问题,需要使用MS-
GARCH模型,初步想法为MS为二状态马尔科夫过程,
GARCH模型为GARCH(1,1)。其他类似的MS-
GARCH模型也行,尽量提供
MATLAB的代码,其他软件也能接受。最好提供相应的说明 ...
2018-1-30 16:19 - chaesomun - 悬赏大厅
GARCH模型MATLAB拟合总是报错。
2 个回复 - 1589 次查看
CODE:
= fattailed_garch(data , p , q ,'NORMAL')
ERROR:
Error using barrier (line 22)
Objective function is undefined at initial point. Fmincon cannot continue.
Error in fmincon (line 796)
...
2018-1-29 20:49 - 煎饼馒头 - 爱问频道
多元garch模型用matlab如何实现啊?
2 个回复 - 2350 次查看
我已经安装了uscd_garch工具箱,matlab源程序也有,在做多元garch-bekk模型的时候该如何实现啊,具体操作我不会,请各位指点下,不胜感激啊,可以推荐一个案例或者参考书吗?qq750280753,faceyyts@12 ...
2012-4-16 02:35 - zhnc - MATLAB等数学软件专版
关于Copula-garch模型,matlab中变量代入问题
0 个回复 - 1211 次查看
function [LogL, LL, varargout] = CopulaGARCHLogL(theta,data,spec,solver)
if nargin == 3
solver = 'fmincon';
end
if strcmp(solver,'fminunc')==1
% the input vector theta should be unconst ...
2016-5-12 00:35 - 角系数 - MATLAB等数学软件专版
matlab中如何做dcc garch模型
6 个回复 - 7272 次查看
我已经在matlab中安装了uscd garch工具箱,并且添加了dcc_mvgarch函数。我想做的是ro和rs两个收益率序列间的动态相关性。程序如下:=dcc_mvgarch([ro,rs],1,1,1,1),可是进行不成功,提示Error in ==> dcc_mvgarch a ...
2013-5-8 12:53 - llijting - MATLAB等数学软件专版
关于用matlab做DCC_GARCH模型
1 个回复 - 2047 次查看
我想用matlab做DCC_
GARCH模型,安装了jplv7软件包,是可以用的,可是出来的结果有问题,代码是这样编写的,
[DCC_parameters,DCC_LL,DCC_Ht]=dcc_mvgarch(data,1,1,1,1);
DCC_corr=squeeze(DCC_Ht(1,2,:))./(squee ...
2015-6-29 15:40 - 奔跑。 - MATLAB等数学软件专版
MATLAB中garch模型问题
10 个回复 - 6936 次查看
[Coeff,Errors,LLF,Innovations,Sigmas,Summary] = garchfit(Series)中Innovations和Sigmas,是什么意思?它们分别返回的是什么值?
2007-11-9 23:49 - SWU606 - MATLAB等数学软件专版