What is the difference between population and sample standard deviation?
Population standard deviation divides by N (the total number of data points) and is used when your data set includes every member of the group. Sample standard deviation divides by N-1 (Bessel's correction) and is used when your data is a subset of a larger population. Using N-1 corrects for the bias that occurs when estimating population variance from a sample.