全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 MATLAB等数学软件专版
1327 0
2016-05-12
悬赏 20 个论坛币 未解决
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 unconstrained
    % but the log likelihood accepts only constrained parameters
    %theta = RescaleParameters(theta, 1, spec);
    % thus the initial theta is transformed to the corresponding
    % constrained theta
end
T = size(data,1);
n = spec.size;
m = spec.vecsize;
mtheta = theta(1:n*m); mtheta = reshape(mtheta,[m,n]);
ctheta = theta(n*m+1:end);
mLogL = zeros(1,n); mLL = zeros(T,n); ht = mLL; stdRes = mLL; udata = mLL;

不知道要代入那些数据。。matlab新手

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群