Learn R Programming

NCSCopula (version 1.0.1)

initialValues: Initial values for estimation

Description

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.

Usage

initialValues(U, family = "Clayton")

Arguments

U

(nx2) data matrix of pseudo-observations.

family

'Gaussian' , 't' , 'Clayton' , 'Frank' , 'Gumbel'.

Value

paraml

Initial values for the non-centrality parameters and Kendall's tau to be included in the EstNCSCop function.

Examples

Run this code
# 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