powered by
Building a sevdist object with a plain distribution
buildPlainSevdist(distr, param)
A string giving the name of the distribution.
The parameters for the given distribution
A sevdist object with type 'plain' is generated, i.e. the severity has distribution 'distr' with parameters given by 'param'.
Other sevdist objects with type 'spliced' and 'mixing' are built via buildSplicedSevdist and buildMixingSevdist.
buildSplicedSevdist
buildMixingSevdist
# NOT RUN { # Log-gamma distributed severity with shape = 2.2 and rate = 1.2 sevdist1 = buildPlainSevdist("lgamma", c(2.2, 1.2)) plot(sevdist1) # }
Run the code above in your browser using DataLab