结果:找到“Copula-GARCH模型”相关内容6个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
关于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等数学软件专版