In GRE study guide, it gives difference between standard deviation and sample or population standard deviation.
I understand the mechanics of this, i.e. in standard deviation you divide all differences of the mean by $n$, but in population standard deviation, you divide by $n - 1$
Honestly, why not just divide by $n$? I am really not understanding the logic of this.
When I google for an explanation, I find the same mechanical difference.
Kindly explain.
Generally, the "variance" is the variance of a known/theoretical distribution. This is usually denoted as $\sigma^2$. When speaking of a sample, usually the distribution that a particular parameter follows is unknown or hard to access. So it is generally estimated, and is denoted as $s^2$. This $s^2$ has $n-1$ since this leads to an unbiased estimator of the true variance $\sigma^2$. Thus, the respective standard deviations are $\sigma$ and $s$. However, $s$ is no longer an unbiased estimator of $\sigma$. Read more here.