powered by
This function computes initial values of non-centrality parameters and Kendall's tau at selected points for the estimation non-central squared copula parameters. The results are not satisfactory. Do not use.
initialValues(U, family = "Clayton")
(nx2) data matrix of pseudo-observations.
'Gaussian' , 't' , 'Clayton' , 'Frank' , 'Gumbel'.
Initial values for the non-centrality parameters and Kendall's tau to be included in the EstNCSCop function.
# NOT RUN { param <- c(0.8, 2.5, 0.7) ; U <- SimNCSCop('Clayton', 250, param) param = initialValues(U, 'Clayton'); # }
Run the code above in your browser using DataLab