Chi-squared distribution multiplied by constant

2.5k Views Asked by At

I have a question regarding notation.

When $\chi^2(p)$ is the chi-squared distribution with degrees of freedom $p$, then what does it mean that $$ X \sim k \chi^2(p), $$ where $k$ is some constant? I mean what distribution is $k \chi^2(p)$?

2

There are 2 best solutions below

0
On BEST ANSWER

It means $X=kY$ with $Y\sim\chi^2(p)$.

0
On

$\chi^2(p)$ is the distribution of the sum of the squares of p independent standard normals. I doubt that $k\chi^2(p)$ has its own name. If $y = kx \wedge x \sim \chi^2(p)$. You can use $P(y \leq z) = P(x \leq \frac{z}{k})$ to obtain the distribution.