I am having trouble understanding how the sample formulas for distribution moments are derived, for example, the third standardized central moment is:
$$ \frac{1}{n}\frac{\sum{(x - \mu)^3}}{\sigma^3} $$
However, if we are using the sample mean and standard deviation it becomes:
$$ \frac{n}{(n-1)(n-2)}\frac{\sum{(x - \hat{x})^3}}{s^3} $$
I can´t understand why this makes sense and neither a place (book, website, …) that explains this well. If someone could explain this or just point to good resources on this I would really appreciate.
Also, how this would change if we were using the non standardize formula:
$$ \frac{\sum{(x - \hat{x})^3}}{n} $$