Calculate the expected value (average value) for a continuous uniform distribution. Perfect for modeling scenarios where all values in a range are equally likely: random numbers, waiting times, or any situation with equal probability across an interval.
The expected value E(X) represents the average value of the distribution - the 'center of mass' of the PDF. For uniform distributions, this is simply the midpoint of the interval [a, b].
With E(X) = 5.00, this means:
The continuous uniform distribution has constant probability density across [a, b]. When you integrate x · f(x), you are finding the weighted average where all weights are equal. This naturally gives you the midpoint. It is the same as averaging two numbers: (a + b) / 2.