Uniform Distribution Variance Formula:
From: | To: |
The variance of a uniform distribution measures how spread out the values are between the lower and upper bounds. In a continuous uniform distribution, all values between the bounds are equally likely.
The calculator uses the uniform distribution variance formula:
Where:
Explanation: The variance increases with the square of the range between the bounds, divided by 12.
Details: Understanding the variance helps in probability analysis, quality control, and Monte Carlo simulations where uniform distributions are used.
Tips: Enter the lower and upper bounds of your uniform distribution. The upper bound must be greater than the lower bound.
Q1: What does uniform distribution variance represent?
A: It quantifies how much the values in the distribution deviate from the mean, which is (a + b)/2 for uniform distribution.
Q2: What's the standard deviation of uniform distribution?
A: The standard deviation is the square root of the variance: \( \sqrt{\frac{(b - a)^2}{12}} \).
Q3: Can variance be negative?
A: No, variance is always non-negative as it's an average of squared deviations.
Q4: What happens when a = b?
A: When bounds are equal, variance is zero (all values are identical).
Q5: Where is uniform distribution used?
A: In simulations, random number generation, and when modeling situations where all outcomes are equally likely.