aesara.tensor.random.categorical#
- aesara.tensor.random.categorical = <aesara.tensor.random.basic.CategoricalRV object>[source]#
A categorical discrete random variable.
The probability mass function of
categorical
in terms of itsevent probabilities
is:
where
.