Paste a data set and get the full statistical picture: σ and s, variance, mean, median, mode, quartiles, IQR, coefficient of variation, and Tukey outlier fences.
Use sample (n−1) when your data is a subset of a larger population — the usual case. Use population (n) only when you have every member.
The typical distance of data points from the mean. Small σ means values cluster tightly; large σ means they are spread out.
Tukey’s rule: values below Q1 − 1.5×IQR or above Q3 + 1.5×IQR are flagged as potential outliers — the rule behind boxplots.