probdist-class | R Documentation |
An R object describing the properties of a probability distribution.
An RC class containing statistical properties of that distribution, namely its name, parameter names and values and natural parameter names and values.
Waldir Leoncio
probdist(shape = 2, scale = .25, family = "gamma")
probdist(mean = 2, sd = 10, family = "normal")
probdist(eta1 = 2, eta2 = -1, family = "normal")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.