Sample standard deviation: s=s2=n(n−1)n∑x<em>i2−(∑x</em>i)2
Why the difference (degrees of freedom)
When estimating the mean \bar{x} from the same data, we lose one degree of freedom, hence the division by (n-1) for an unbiased estimate of the variance.
Shortcut (computing) formulas for standard deviation
For a sample (shortcut formula):
s=n(n−1)n∑x<em>i2−(∑x</em>i)2
For a population (shortcut formula):
σ=n2n∑x<em>i2−(∑x</em>i)2
Why use the shortcut formulas?
They reduce the amount of arithmetic when you calculate by hand.
Both formulas involve a sum of squares and a sum; subtraction occurs in both, which is convenient for mental math.
The shortcut formulas are algebraically equivalent to the definitions above.
How to compute by hand (procedural steps)
Data handling
Write data vertically (one column of x-values).
Compute:
The sum of x: ∑x<em>i=S</em>x
The sum of squares: ∑x<em>i2=S</em>x2
The sample size: n
The mean: xˉ=nSx
Plug into the shortcut formulas to obtain variance and standard deviation:
Sample variance: s2=n(n−1)nS<em>x2−(S</em>x)2
Sample standard deviation: s=s2
Population variance: σ2=n2nS<em>x2−(S</em>x)2
Population standard deviation: σ=σ2
Practical tip: do not rely on only a single number; use a calculator or computer tool to handle the sums accurately.
Population variance: σ2=n2nS<em>x2−(S</em>x)2=25440−400=2540=1.6
Population standard deviation: σ=1.6≈1.2649
Coefficient of variation (sample): CV=xˉs=41.4142≈0.3536⇒35.36%
Coefficient of variation (CV)
Definition: a dimensionless measure of relative dispersion
For a sample: CV=xˉs
For a population: CVpop=μσ where μ=xˉ in the population context
Interpretation: Compare variability across data sets with different means or different units; a higher CV means greater relative variability
Example interpretation (based on the illustrative data): CV around 35.36% indicates a moderate level of dispersion relative to the mean
Relationship between mean and variation (intuition)
The mean describes central tendency; the standard deviation describes spread around the mean.
A data set with the same mean but a larger standard deviation shows more spread and less consistency.
Conversely, a smaller standard deviation indicates the data are more tightly clustered around the mean.
Grouped data and distributions (when you have many observations)
When data are numerous, we summarize with a distribution (a frequency table) rather than listing every value.
Distribution basics:
Class interval (or class): a range of values; e.g., 66–68, 69–71, 72–74.
Frequency (f): the number of observations in each class.
Lower limit (Li) and upper limit (Ui): the inclusive bounds of each class (for discrete data).
Class width: typically the size of the interval; for 66–68 this width is 3.
Boundary (class boundary): the value that separates two adjacent classes; e.g., between 68 and 69, the boundary is 68.5 for a continuous interpretation.
Example of boundaries (illustrative): if one class ends at 68 and the next starts at 69, the boundary is 68.5; similarly, boundaries might be 59.5 and 74.5 in other class layouts to enclose data points.
What is lost with grouped data: you only know that there are certain numbers within a class, not the exact values of individuals within that class. To know exact values, you would need the raw data.
Practical implications and real-world relevance
Different data summaries are used depending on data size and purpose (raw data vs grouped distribution).
Coefficient of variation helps compare variability across products or groups with different price points, scales, or units.
Visual aids (e.g., graphs) are valuable: a data set with large variation will look more spread out than one tightly clustered around the mean; a picture can convey dispersion quickly.
When communicating statistics to consumers or decision-makers, explain both the mean and the dispersion (e.g., using CV) to avoid misinterpretation of “average” reliability or duration.
Note on the transcript content
The lecture emphasizes that computing by hand can be slow and introduces shortcut formulas to speed up calculation.
The transcript also discusses grouped data, class intervals, and the concept of class boundaries, highlighting how grouping affects precision and the kind of information retained.
The discussion includes practical examples (light bulbs, prices, and consumer interpretation) to motivate why variation matters in real-world decisions.
Some numerical examples in the transcript appear inconsistent or mis-stated; the key concepts and formulas above remain the standard, well-accepted approach in statistics.