ILFLNorm: Increased Limit Factor Curve from a LogNormal severity...

View source: R/LogNormal.R

ILFLNormR Documentation

Increased Limit Factor Curve from a LogNormal severity distribution

Description

Increased Limit Factor Curve from a LogNormal severity distribution

Usage

ILFLNorm(xLow, xHigh, mu, sigma)

Arguments

xLow

A positive real number - the claim amount where the Increased Limit Factor Curve will be evaluated from.

xHigh

A positive real number - the claim amount where the Increased Limit Factor Curve will be evaluated to.

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 Increased Limit Factor curve from xLow to xHigh with Claim Severity from a LogNormal distribution with parameters mu and sigma.

Examples

ILFLNorm(1000,2000,6,1.5)
ILFLNorm(1000,1500,5,1.6)

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