Uniform

Overview


The unform distribution is a distribution where all values are equally likely. For continuous variables, this means that any value from a given range (a <= x <= b) are equally likely.

Moments


If X is distributed uniformly over the interval [a,b], then
{% \mu = \frac{1}{2}(a+b) %}
{% \sigma^2 = \frac{1}{12}(b-a)^2 %}

Library


Uniform Distribution

Contents