Learn R Programming

NetSimR (version 0.1.5)

ExposureCurvePareto: Exposure Curve from a Pareto severity distribution

Description

Exposure Curve from a Pareto severity distribution

Usage

ExposureCurvePareto(x, scale, shape)

Value

The value of the Exposure curve at x with Claim Severity from a Pareto distribution with parameters scale and shape.

Arguments

x

A positive real number - the claim amount where the exposure curve will be evaluated.

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
ExposureCurvePareto(700,500,1.2)
ExposureCurvePareto(20000,200,1.1)

Run the code above in your browser using DataLab