multioutcome
Multioutcome refers to a random outcome that can take one of several discrete categories, as opposed to a binary outcome which has only two possibilities. In probabilistic modeling, the set of all possible results is called the sample space or outcome space. A multioutcome scenario is typically described by a probability distribution over its categories.
For a single trial with k possible outcomes, the categorical distribution assigns probabilities p1, ..., pk with
Data about multioutcome processes are commonly encoded as labels or integers corresponding to categories. Inference aims
Applications include quality control with multiple defect types, opinion polling with several response categories, genetics with
See also: categorical distribution, multinomial distribution, probability mass function, sample space, discrete random variable.
---