Distribution-class | R Documentation |
An S4 class to represent a distribution, either parametric or non-parametric.
p1
A number for the value of the first parameter (default: 0.8).
p2
A number for the value of the second parameter (default: 1).
p3
A number for the value of the third parameter (default: 0).
empirical
A matrix that defines an empirical distribution with values and probabilities.
min
A number that defines the minimum value of the variable (default: 1e-8 considering it is used for frequency and severity modeling).
max
A number that defines the maximum value of the variable (default: 1e8).
fitsucc
Whether a distribution fitting is successful.
info
A character string that contains additional information of the distribution to identify line/type/frequency or severity.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.