Uniform Distribution Calculator

The uniform distribution calculator determines the probability between lower and upper values of interest.

How to Use the Uniform Distribution Calculator?

  1. First, input the lower and upper bound values.
  2. Input the lower and upper values of interest.
  3. Press the 'Calculate' button.
  4. The tool computes and shows the probability P(x1 ≤ X ≤ x2) of the uniform distribution. In addition, it returns the mean, median, variance, and standard deviation results.

How to Calculate?

The probability between x1 and x2 for the uniform distribution is calculated using the following formula:

P(x1 ≤ X ≤ x2) =  
(x2 - x1)
(b - a)

The mean, median, variance, and standard deviation are calculated using the following formulas:

Mean (μ) =  
a + b
2
Median =  
a + b
2
Variance (σ2) =  
(b - a)2
12
Standard Deviation (σ) = σ2

Where,
a = Lower or Minimum Possible Value,
b = Upper or Maximum Possible Value,
x1 = Lower Value of Interest,
x2 = Upper Value of Interest.