ExposureCurveGamma: Exposure Curve from a Gamma severity distribution

View source: R/Gamma.R

ExposureCurveGammaR Documentation

Exposure Curve from a Gamma severity distribution

Description

Exposure Curve from a Gamma severity distribution

Usage

ExposureCurveGamma(x, shape, 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.

Value

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

Examples

ExposureCurveGamma(700,1,0.0005)
ExposureCurveGamma(1000,1.5,0.0006)

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