initialValues {NCSCopula}R Documentation

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.

Author(s)

Bouchra R. Nasri, August 14, 2019

Examples

param <- c(0.8, 2.5, 0.7) ;
U <- SimNCSCop('Clayton', 250, param)
param = initialValues(U, 'Clayton');



[Package NCSCopula version 1.0.1 Index]