powered by
This function computes the log-likelihood vector of a non-central squared copula
LoglikNCSCop(alpha, U, family, p = 2)
unconstrained non-centrality parameters a1, a2, and unconstrained copula parameters.
(nx2) data matrix of pseudo-observations.
'Gaussian' , 't' , 'Clayton' , 'Frank' , 'Gumbel'.
number of different non-centrality parameters (0,1,2 default).
Vector of log-likelihoods
# NOT RUN { alpha = c(log(0.2),log(5),log(2),log(12)); param = c(0.5,2.5,0.5); data = SimNCSCop('Clayton', 250, param); LL = LoglikNCSCop(alpha,data,'Clayton') # }
Run the code above in your browser using DataLab