VaRplot: VaR and TVaR plot.

Description Usage Arguments Value Examples

View source: R/VaRplot.R

Description

The prediction model is described in <Risk model: insurance loss prediction based on R>.

Usage

1

Arguments

x

The possible value of the random variable of loss (NumericVector)

Value

A plot

Examples

1
2
3
4
5
## Not run: 
x <- rnorm(100,2,1000)
VaRplot(x)

## End(Not run)

sunhfsc/SC19052 documentation built on Jan. 3, 2020, 9:19 p.m.