Description Usage Arguments Details Author(s) See Also Examples
Building a sevdist object with a plain distribution
1 | buildPlainSevdist(distr, param)
|
distr |
A string giving the name of the distribution. |
param |
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'.
Christina Zou
Other sevdist objects with type 'spliced' and 'mixing' are built via buildSplicedSevdist
and buildMixingSevdist
.
1 2 3 4 | # Log-gamma distributed severity with shape = 2.2 and rate = 1.2
sevdist1 = buildPlainSevdist("lgamma", c(2.2, 1.2))
plot(sevdist1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.