powered by
min negative log-likelihood for 1-factor copula with nlm()
ml1factor_f90(nq,start,udata,copname,LB=0,UB=40,ihess=FALSE,prlevel=0, mxiter=100,nu=3)
MLE as nlm object (estimate, Hessian, SEs, nllk)
number of quadrature points
starting point (d-vector or m*d vector, e.g. 2*d vector for BB1)
nxd matrix of uniform scores
name of copula family such as "gumbel", "frank", "bb1", "t" (copname common for all variables)
lower bound on parameters (scalar or same dimension as start)
upper bound on parameters (scalar or same dimension as start)
flag for hessian option in nlm()
printlevel for nlm()
max number of iterations for nlm()
degree of freedom parameter if copname ="t"
# See example in r1factor()
Run the code above in your browser using DataLab