1

Please excuse my naïvety in this matter, but what kind of distribution is this, where the max/min is bounded by a definite interval (in this case, $[0,3]$ )? I can see the (elegant) accepted answer is a triple intergal, but is it possible to define the relevant distribution plot, and integrate once?

martin
  • 8,998

1 Answers1

3

If $X, Y, Z$ are i.i.d. with uniform distribution on the interval $[0,1]$, then $T = X+Y+Z$ has pdf

$$ f(t) = \cases{ {t}^{2}/2&$0 \le t\le 1$\cr -3/2-{t}^{2}+3\,t&$1 \le t\le 2$\cr 9/2-3\,t+{t}^{2}/2&$2 \le t\leq 3$\cr 0& otherwise\cr}$$

martin
  • 8,998
Robert Israel
  • 448,999