View source: R/SemiParametricCopulawithoutCovariates.R
control.arguments | R Documentation |
Prepare initial values within the control arguments
control.arguments(maxit = 300, eps = 1e-06, trace = TRUE, ktau.inits = NULL)
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 |
ktau.inits |
a numeric vector that contains initial values of the Kendall's tau. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.