ExposureCurveLNorm: Exposure Curve from LogNormal a severity distribution

View source: R/LogNormal.R

ExposureCurveLNormR 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)

NetSimR documentation built on Oct. 25, 2023, 1:08 a.m.