What's the interpretation of the $-\frac{(x-\mu)^2}{2{\sigma}^2}$ of Gaussian function?
I read that it's:
The distance of $x$ to its mean $\mu$. And we square it so that we don't have to care about from which direction it comes. I.e. if mean is 2, then 1 and 3 have the same distance. Or, also, we use "squared distance" instead of "absolute distance".
But if we divide this by $2\sigma^2$. Then...?
We take a "ratio" of the above distance to the "total distance" (which variance signifies)? Why do we double it?
So gaussian function is an exp-transformation (or composition) of a measure of (squared) distance to total distance? And i.e. a point of it measures "portion" out of "total distance/measure"?
If $\sigma>0$, $X$ has mean $\mu$ and standard deviation $\sigma$ iff $Z:=\frac{X-\mu}{\sigma}$ has mean $0$ and variance $1$, i.e. iff $\Bbb EZ=0,\,\Bbb EZ=1$. We can prove $\frac{1}{\sqrt{2\pi}}\exp-\frac{z^2}{2}$ is the PDF of such a distribution, and (which is more obvious) that $0$ is also its median and mode. But $Z$ has this PDF iff $X$ has pdf $\frac{1}{\sigma\sqrt{2\pi}}\exp-\frac{(x-\mu)^2}{2\sigma^2}$.