Sample vs population — and why it matters
Use ‘sample’ variance (divide by n−1, Bessel's correction) whenever your data is a subset of a larger group — almost always in real-world studies.
‘Population’ variance (divide by n) only applies when you have the entire universe (e.g. every employee's salary at a small company).
Skewness measures asymmetry; kurtosis measures tail heaviness. Both help spot non-normal data before applying tests that assume normality.