drawRuin: Plotting simulations of a surplus process

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/drawRuin.R

Description

This function plots simulation paths of a surpluss process. The claims are assumed to arrive according to a Poisson process and the claim sizes are assumed to be gamma distributed.

Usage

1
2
drawRuin(nsim = 10, Tup = 10, U0 = 1000, theta = 0.01, lambda = 100, 
  alpha = 1, beta = 0.1)

Arguments

nsim

number of simulations

Tup

maximum value in the time axis

U0

initial capital

theta

risk loading

lambda

intensity of claim process (mean number of claims per year)

alpha

shape parameter of gamma distribution

beta

rate parameter of gamma distribution

Value

No value; only a figure is plotted.

Author(s)

Arto Luoma <arto.luoma@wippies.com>

References

Kaas, Goovaerts, Dhaene, Denuit (2008) Modern actuarial risk theory using R, 2nd ed., Springer.

See Also

computeRuinFinite,

Examples

1
2
computeRuinFinite(T0=10,U0=1000,eps=0.05,lambda=100,alpha=1,beta=0.1)
drawRuin(nsim=10,Tup=10,U0=1000,theta=0.0125,lambda=100,alpha=1,beta=0.1)

arolluom/RcmdrPlugin.RiskDemo documentation built on May 8, 2019, 9:58 p.m.