ExposureCurveLNorm {NetSimR} | R Documentation |
Exposure Curve from LogNormal a severity distribution
Description
Exposure Curve from LogNormal a severity distribution
Usage
ExposureCurveLNorm(x, mu, sigma)
Arguments
x |
A positive real number - the claim amount where the exposure curve will be evaluated. |
mu |
A real number - the first parameter of the Claim Severity's LogNormal distribution. |
sigma |
A positive real number - the second parameter of the Claim Severity's LogNormal distribution. |
Value
The value of the Exposure curve at x
with Claim Severity from a LogNormal distribution with parameters mu
and sigma
.
Examples
ExposureCurveLNorm(2000,6,1.5)
ExposureCurveLNorm(1000,5,1.6)
[Package NetSimR version 0.1.5 Index]