Occurs when in a single trial, all outcomes are equally likely.

  • There are elements in
  • All outcomes have probability
  • The sum of all probabilities in is

Example

Random number generator between 1 and 5 inclusive.

P(X = x) = 1/5. each random number is equally likely and there is a single trial. So, this is a uniform distribution

Distribution

To get the distribution, we will make a Frequency Table first:

random number xProbability P(X)x * P(x)
11/51/5
21/52/5
31/53/5
41/54/5
51/55/5
Expectation

Expectation is the mean. But the formula is more suited to different cases.