Description Details Objects from the Class Slots Methods Author(s) See Also Examples
The Distribution class is a formal representation of a probability distribution of a categorical variable.
A Distribution object perform the following checks:
- ...
Objects can be created by calls to the distribution methods.
vector:Object of class "numeric"
precision:Object of class "numeric"
p.estimator:Object of class "character"
signature(x = "Distribution"): print a Distribution object (S3 method)
signature(object = "Distribution"): print a Distribution object (S4 method)
signature(y = "Distribution", weights = "ANY", h0 = "ANY"): ...
signature(y = "Distribution"): ...
Emmanuel Rousseaux
distribution, distribution.comparable, distribution.reorder.
1 2 3 | a <- distribution(c(0.2,0.8))
a
class(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.