Learn R Programming

TruncExpFam (version 1.2.1)

probdist-class: Probability distribution class

Description

An R object describing the properties of a probability distribution.

Arguments

Value

An RC class containing statistical properties of that distribution, namely its name, parameter names and values and natural parameter names and values.

Author

Waldir Leoncio

Examples

Run this code
probdist(shape = 2, scale = .25, family = "gamma")
probdist(mean = 2, sd = 10, family = "normal")
probdist(eta1 = 2, eta2 = -1, family = "normal")

Run the code above in your browser using DataLab