| gctsc.opts | R Documentation |
Creates a control list for simulation and likelihood approximation in the Gaussian ad Student t copula model, including the random seed and Monte Carlo settings.
gctsc.opts(seed = NULL, M = 1000, ...)
seed |
recommended to provde a seed. Integer specifying the random seed used for Monte Carlo simulation during likelihood evaluation. Fixing the seed ensures reproducible optimization results and stable maximum likelihood estimates. |
M |
Integer. Number of Monte Carlo samples used in the likelihood approximation (default: 1000). |
... |
Ignored. Included for S3 method compatibility. |
A list with components:
seed |
Integer. The random seed used. |
M |
Integer. Number of Monte Carlo samples. |
opt |
A function used internally by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.