Suppose $X$ has a Gamma distribution $\Gamma(a,b)$. What is the distribution of $X+c$? where $c$ is a positive constant.
EDIT: I know how extract the expression of the pdf and cdf. What I wanted to know is if the resulting distribution is a know one.
Simply
$$f_Y(y)=\frac{b^a}{\Gamma(a)}(y-c)^{a-1}e^{-(y-c)b}$$
$y\in[c;+\infty)$