param_dev {pbox}R Documentation

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 signature 'ANY'
param_dev(param = "numeric", sigma = 0.05, range = seq(-3, 3, 1))

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)).

Value

Numeric vector of parameters adjusted by the specified deviations.

Examples

param_dev(31)

[Package pbox version 0.1.8 Index]