min negative log-likelihood (nllk) for 1-factor copula model (some parameters can be fixed)
ml1factor_v2(nq,start,ifixed,udata,dcop,LB=0,UB=1.e2,prlevel=0,mxiter=100)nlm object with nllk value, estimate, hessian at MLE
number of quadrature points
starting point (d-vector or m*d vector, e.g. 2*d vector for BB1)
vector of length(param) of True/False, such that ifixed[i]=TRUE iff param[i] is fixed at the given value start[j]
nxd matrix of uniform scores
name of function for a bivariate copula density (common for all variables)
lower bound on parameters (scalar or same dimension as start)
upper bound on parameters (scalar or same dimension as start)
printlevel for nlm()
maximum number of iteration for nlm()