Discrete#
|
Bernoulli distribution. |
|
Beta-binomial distribution. |
|
Binomial distribution. |
|
Categorical distribution. |
|
Discrete uniform distribution. |
|
Discrete Weibull distribution. |
|
Geometric distribution. |
|
Discrete hypergeometric distribution. |
|
Negative binomial distribution. |
|
Ordered Logistic distribution. |
|
Ordered Probit distributions. |
|
Poisson distribution. |
Note
OrderedLogistic and OrderedProbit:
The OrderedLogistic and OrderedProbit distributions expect the observed values to be 0-based, i.e., they should range from 0 to K-1. Using 1-based indexing (like 1, 2, 3,...K) can result in errors.