Learn R Programming

pbox (version 0.1.8)

perturbate_params,ANY-method: 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 ANY
perturbate_params(paramMargins)

Value

A list of lists containing perturbed parameter values.

Arguments

paramMargins

A list containing lists of parameter values for each distribution in the copula.

See Also

perturbate_params for the generic function definition.