Discrete uniform distribution: A discrete probability distribution where a finite number of values are equally likely to be observed.
Create a uniform distribution.
The minimum of the distribution.
The maximum of the distribution.
The mean of the distribution.
The number of outcomes.
The standard deviation of the distribution.
The variance of the distribution.
Get the probability of x.
x
The value. (x must be an integer and a≤x≤b)
a≤x≤b
Return P(X=x).
P(X=x)
Get the probability of a value less than or equal to x.
Return P(X≤x).
P(X≤x)
Discrete uniform distribution: A discrete probability distribution where a finite number of values are equally likely to be observed.