control.arguments: Prepare initial values within the control arguments

View source: R/SemiParametricCopulawithoutCovariates.R

control.argumentsR Documentation

Prepare initial values within the control arguments

Description

Prepare initial values within the control arguments

Usage

control.arguments(maxit = 300, eps = 1e-06, trace = TRUE, ktau.inits = NULL)

Arguments

maxit

a positive integer that denotes the maximum iteration number in optimization.

eps

a positive small numeric value that denotes the tolerance for convergence.

trace

a logical value that judges whereh the tracing information on the progress of the model fitting should be produced. The default value if TRUE.

ktau.inits

a numeric vector that contains initial values of the Kendall's tau.


depCensoring documentation built on April 4, 2025, 1:52 a.m.