initialValues: Initial values for estimation

Description Usage Arguments Value Author(s) Examples

View source: R/initialValues.R

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

1
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

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

NCSCopula documentation built on Dec. 1, 2019, 1:21 a.m.