perturbate_params,ANY-method | R Documentation |
This method implements the generic 'perturbate_params' function specifically for lists of copula distribution parameters. It applies a random perturbation to each parameter based on a normal distribution centered at zero with a standard deviation of 0.05.
## S4 method for signature 'ANY'
perturbate_params(paramMargins)
paramMargins |
A list containing lists of parameter values for each distribution in the copula. |
A list of lists containing perturbed parameter values.
perturbate_params
for the generic function definition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.