The LRMoE.jl package supports a collection of distributions commonly used for modelling insurance claim frequency and severity.
list(n = n, p = p)
, where n>0
and 0<=p<=1
.list(n = n, p = p)
, where n>0
and 0<=p<=1
.list(lambda = lambda)
, where lambda>0
.list(m = m, s = s)
, where m>0
and s>0
.list(shape1 = k, shape2 = c, scale = lambda)
, where k>0
, c>0
and lambda>0
.lambda = 1
)list(k = k, theta = theta)
, where k>0
and theta>0
.list(mean = mu, shape = lambda)
, where mu>0
and lambda>0
.list(meanlog = mu, sdlog = sigma)
, where sigma>0
.list(shape = k, scale = theta)
, where k>0
and theta>0
.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)
.
See here.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.