Solved – Non-zero mean and finite-variance Gaussian Squared R.V has Non-central Chi squared distribution, but how

chi-squared-distributionnon-central

If $$X \sim \mathcal{N}(\mu,\sigma)$$

then $$X^2 \sim \frac{e^{-\frac{\left(\mu +\sqrt{x}\right)^2}{2 \sigma ^2}} \left(e^{\frac{2 \mu \sqrt{x}}{\sigma ^2}}+1\right)}{2 \sqrt{2 \pi } \sigma \sqrt{x}} \hspace{3 mm}, \hspace{3 mm} x>0$$

If $X^2$ has been known as non-central chi square distribution ($\mathcal{X^2(1,\lambda)}$) then how to calculate the non-centrality parameter in context of above distribution of $X^2$, so that both the distributions become equal? Any help please.

Best Answer

As already answered by whuber in above comments:

If $$X \sim \mathcal{N}(\mu,\sigma),$$ and $$Y \sim \chi^2 \Big(k=1,\lambda=\Big(\frac{\mu}{\sigma}\Big)^2 \Big),$$

then $$X^2\stackrel{d}{=}\sigma^2 Y.$$

In words, if X is normal random variable with non-zero mean and variance and Y is non-central chi squared random variable with one degree of freedom and non-central parameter $\lambda=(\frac{\mu}{\sigma})^2$, then $X^2$ is equal in distribution to $\sigma^2$Y.

Moreover, a scaled non-central chi square variable doesn't have the non-central chi squared distribution.

It should be $X^2$ in the conclusion.

Related Question