
Kevin S. answered 09/28/23
Experienced Statistics Tutor and Researcher with 25+ Years Experience
Let's denote the CDF as H(x).
- For x<1: H(x) = 0
- For 1<=x<2: We integrate 1.5∗(x−1)^2 from 1 to x: H(x) = 0.5 * (x - 1)^3 + 0
- For 2<=x<3: We integrate 1.5∗(3−x)^2 from 2 to x: H(x) = -0.5 * (3 - x)^3 + C , where C is the constant of integration. To find C, we know that H(2)=0.5 (from the previous step). So, C=0.5+0.5∗(3−2)^3=0.5+0.5=1, H(x) = - 0.5 * (3 - x)^3
- For x>=3x>=3: H(x) = 1
- Putting it all together, the CDF H(x)H(x) is:
- H(x) = { 0 if x < 1
0.5 * (x - 1)^3 if 1 <= x < 2
- 0.5 * (3 - x)^3 if 2 <= x < 3
1 if x >= 3 }

Patrick F.
09/28/23