I'm reading about Kingma's reparameterization trick (section 2.4.4) for changing the random variable $z$ for another random variable $\epsilon$, and I don't understand the calculation of the density function $q(z)$.
In the simplest univariate Gaussian case, $q(z) = N(z,\mu, \sigma^2)$ is a Gaussian, and we wish to rewrite it as a function of $\epsilon ~ N(0, 1)$ which is a standard Gaussian. So we write $z=\mu + \sigma\epsilon$ and now they claim that we can write $q(z) = \frac{N(0,1)}{\sigma}$. Why do we divide by $\sigma$? how will it come out that q is a valid PDF that sums to 1?
q is not a standard normal divided by $\sigma$, its density function is related to a normal density- q is a density function! it's a continuous random variable that is characterized by a density function so that's how we write it, no?? – ihadanny Oct 01 '22 at 08:31