solveLund {RcmdrPlugin.RiskDemo} | R Documentation |
Solving Lund's exponent
Description
This function solves Lund's exponent or adjustment coefficient. The claim sizes are assumed to be gamma distributed.
Usage
solveLund(alpha, beta, theta)
Arguments
alpha |
shape parameter of gamma distribution |
beta |
rate parameter of gamma distribution |
theta |
safety loading |
Value
Lundberg's exponent (or adjustment coefficient)
Author(s)
Arto Luoma <arto.luoma@wippies.com>
References
Gray and Pitts (2012) Risk Modelling in General Insurance: From Principles to Practice, Cambridge University Press.
See Also
computeRuin
, computeRuinFinite
Examples
solveLund(1,1,0.1)
[Package RcmdrPlugin.RiskDemo version 3.2 Index]