perturbate_params,ANY-method {pbox} | R Documentation |
Perturb Parameters Method
Description
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.
Usage
## S4 method for signature 'ANY'
perturbate_params(paramMargins)
Arguments
paramMargins |
A list containing lists of parameter values for each distribution in the copula. |
Value
A list of lists containing perturbed parameter values.
See Also
perturbate_params
for the generic function definition.
[Package pbox version 0.1.8 Index]