Learn R Programming

pbox (version 0.1.8)

param_dev: Compute Parameter Deviations

Description

Internal method to calculate ± 1, 2, 3 standard deviations for given parameters.

Usage

param_dev(param = "numeric", sigma = 0.05, range = seq(-3, 3, 1))

# S4 method for ANY param_dev(param = "numeric", sigma = 0.05, range = seq(-3, 3, 1))

Value

Numeric vector of parameters adjusted by the specified deviations.

Arguments

param

Numeric vector of parameters.

sigma

Numeric value representing standard deviation (default is 0.05).

range

Numeric vector specifying range of deviations (default is seq(-3, 3, 1)).

Examples

Run this code
param_dev(31)

Run the code above in your browser using DataLab