In my research I am currently conducting a monte carlo simulation, in which I end up computing the sum of say $X$ and $Y$, where $X \sim N(0,1)$ and $Y = X^2$. That is, I sum up a standard normal distributed random variable and the square of this random variable. Now, this is not so important for the simulation itself, but I am wondering about the distribution and the properties (mean, variance) of the random variable $Z$, if $Z = X + Y$.
What I have come up with so far is that $Y$ is actually just a $\mathcal{X^2}$ distributed random variable with one degree of freedom.
So essentially, the question boils down to: What are the properties of a random variable that is the sum of a standard normal and a chi-squared distributed variable?
I know that this will results in some form of chi-squared distribution, but I am particularly interested in the case where we combine a standard normal distributed random variable with a chi squared distributed random variable.
– Max Feb 17 '23 at 14:35