Learn R Programming

NetSimR (version 0.1.5)

ExposureCurveGamma: Exposure Curve from a Gamma severity distribution

Description

Exposure Curve from a Gamma severity distribution

Usage

ExposureCurveGamma(x, shape, rate)

Value

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

Arguments

x

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

shape

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

rate

A positive real number - the rate parameter of the Claim Severity's Gamma distribution.

Examples

Run this code
ExposureCurveGamma(700,1,0.0005)
ExposureCurveGamma(1000,1.5,0.0006)

Run the code above in your browser using DataLab