▸Uniform distribution on [0, 10]: every subinterval of equal length is equally probable.
- Any value in [0, 10] is equally likely. The probability density is 0.100000 per unit, constant across the entire interval.
- At x = 4: P(X <= 4) = 40.00%, P(X > 4) = 60.00%.
- The chance X lands between 3 and 7 is 40.00%. This is proportional to the width of that sub-interval relative to (b - a).
- Mean = 5.0000, Standard deviation = 2.8868. The distribution is symmetric, so skewness is 0 and the median equals the mean.
Next stepFor a finite set of equally likely outcomes (dice, cards, lottery draws), use the discrete uniform distribution instead: P(X = k) = 1/n for n equally likely integers.