Learn R Programming

NetSimR (version 0.1.5)

ILFPareto: Increased Limit Factor Curve from a Pareto severity distribution

Description

Increased Limit Factor Curve from a Pareto severity distribution

Usage

ILFPareto(xLow, xHigh, scale, shape)

Value

The value of the Increased Limit Factor curve from xLow to xHigh with Claim Severity from a Pareto distribution with parameters scale and shape.

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.

scale

A positive real number - the scale parameter of the Claim Severity's Pareto distribution.

shape

A positive real number - the shape parameter of the Claim Severity's Pareto distribution.

Examples

Run this code
ILFPareto(700,1200,500,1.2)
ILFPareto(1200,20000,200,1.1)

Run the code above in your browser using DataLab