The LRMoE.jl package supports a collection of distributions commonly used for modelling insurance claim frequency and severity.

Discrete Distributions (Frequency Modelling)

Binomial

Negative Binomial

Poisson

Gamma Count

Continuous Distributions (Severity Modelling)

Burr

Gamma

Inverse Gaussian

Lognormal

Weibull

Zero Inflation

Zero inflation is supported for all discrete and continuous experts. They can be constructed by adding zi in front of an expert function, with an additional parameter p_zero for modelling a probability mass at zero. Zero-inflated experts are used in the same way as their non-zero-inflated counterpart. For example, the parameters for a zero-inflated Poisson expert zipoisson are given by list(p_zero = p0, lambda = lambda).

Adding Customized Expert Functions

See here.



sparktseung/LRMoE documentation built on March 21, 2022, 3:22 a.m.