Let $X_1,X_2,\dots,X_n$ be $n$ independent uniform random variables on the intervals $[a_1, b_1],[a_2,b_2],\dots,[a_n,b_n]$ respectively. And let $Y=X_1+X_2+\dots+X_n$.
How do I calculate the CDF (cumulative distribution function) of $Y$?
I believe can be done using convolution consecutively as this question implies for the case $n=3$ and $a_1=\dots=a_n=0$ and $b_1=\dots=b_n=1$. This case is as I understand it the equvalent of the Irwin-Hall-distribution with $n=3$. This leads me to think that there might be another way of calculating the CDF of Y using the Irwin-Hall-distribution?
As I see it, my problem is equivalent to having be $n$ independent uniform random variables $X_1',X_2',\dots,X_n'$ on the intervals $[0, c_1],[0,c_2],\dots,[0,c_n]$ respectively, where $c_i=b_i-a_i$ for $i\in\{1,2,\dots,n\}$, and then shifting the CDF of the corresponding sum $Y'=X_1'+X_2'+\dots+X_n'$ by $a_1+a_2+\dots+a_n$. This makes my problem resembling the Irwin-Hall-distribution more than my original problem, except for the $c_i$'s not necessarily being 1. The Wikipedia page mentions an extension of the Irwin-Hall-distribution, where it is possible to multiply the summands by a factor (maybe I can use the $c_i$'s?)
Can anyone verify if this is a possible approach (and if so how to procced, since the Wiki page is limited), or if I need to do the comprehensive calculations using convolutions, or maybe a third method using a smart trick?