nuisParsFn: Nuisance Parameters Computation

Description Usage Arguments Details Value Author(s) Examples

View source: R/Nuisance_Parameters.R

Description

nuis.pars returns the value of the nuisance parameters used in the evaluation of the shape of influence functions for risk and performance measures.

Usage

1
nuisParsFn(mu = 0.01, sd = 0.05, c = 0, alpha = 0.1, beta = 0.1)

Arguments

mu

Mean parameter.

sd

Standard deviation parameter.

c

Constant value for threshold.

alpha

Parameters for the lower tail quantile.

beta

Parameter for the upper tail quantile.

Details

For further details on the usage of the nuisParsFn function, please refer to Section 3.1 for the RPEIF vignette.

Value

List of nuisance parameters.

Author(s)

Anthony-Alexander Christidis, anthony.christidis@stat.ubc.ca

Examples

1
2
3
4
5
# Nuisance parameters using default values
defaultNuisance <- nuisParsFn()

# Nuisance parameters using specified values
specifiedNuisance <- nuisParsFn(mu=0.02, sd=0.1, c=0.01, alpha=0.05, beta=0.1)

RPEIF documentation built on Oct. 14, 2021, 5:22 p.m.