probdist-class {TruncExpFam} | R Documentation |
Probability distribution class
Description
An R object describing the properties of a probability distribution.
Value
An RC class containing statistical properties of that distribution, namely its name, parameter names and values and natural parameter names and values.
Author(s)
Waldir Leoncio
Examples
probdist(shape = 2, scale = .25, family = "gamma")
probdist(mean = 2, sd = 10, family = "normal")
probdist(eta1 = 2, eta2 = -1, family = "normal")
[Package TruncExpFam version 1.1.1 Index]