sensitivity: Sensitivity of the Value and Tail Value at Ruin

Description Usage Arguments Value

View source: R/sensitivity.R

Description

The sensitivities of both the value and the tail value at ruin are defined as their respective derivatives with respect to the probability level.

Usage

1
2
3
sensitivity(process, method = c("saddlepoint", "hypoexp"), ...)
hypoexpSensitivity(process)
saddlepointSensitivity(process, ...)

Arguments

process

a riskproc object.

method

character string indicating the calculation or approximation method.

...

further arguments that are passed on to saddlepointTvaru.

Value

varu

a function returning the sensitivity of the value at ruin.

tvaru

a function returning the sensitivity of the tail value at ruin.


sdprisk documentation built on May 1, 2019, 7:50 p.m.

Related to sensitivity in sdprisk...