Σ
SDCalc
中級概念·8 min

標本と母集団の標準偏差:使い分けガイド

標本標準偏差と母集団標準偏差の違いを解説。ベッセルの補正、n-1とnの使い分け、具体例を交えてわかりやすく説明します。

概要

統計学でもっともよくある疑問のひとつが、「nで割るべきか、n-1で割るべきか?」です。その答えは、母集団全体を扱っているのか、それとも標本だけを扱っているのかによります。

母集団 (N)

対象グループの全メンバーのデータがある場合に使用します。 σ = √[Σ(x-μ)² / N]

標本 (n-1)

より大きな母集団の一部のデータを扱う場合に使用します。 s = √[Σ(x-x̄)² / (n-1)]

母集団の標準偏差 (σ)

母集団の標準偏差は、分析対象となるグループの全メンバーの測定値がある場合に使用します。実際にはかなり稀なケースです。

母集団の具体例:

  • 小規模企業の全社員50人
  • 特定クラスの全生徒30人
  • 終了した会計年度の全取引
  • ある国の完全な国勢調査データ

標本の標準偏差 (s)

標本の標準偏差は、より大きな母集団の一部を扱う場合に使用します。実際の分析では、こちらの方がはるかに一般的です。

標本の具体例:

  • 選挙結果を予測するために1,000人の有権者を調査
  • 10,000個のロットから50個の製品を検査
  • 臨床研究で200人の患者の血圧を測定
  • 将来のボラティリティを予測するために5年分の株価データを分析

ベッセルの補正とは

ベッセルの補正とは、標本標準偏差を計算する際にnではなく(n-1)で割る理由です。ドイツの数学者フリードリヒ・ベッセルにちなんで名付けられたこの補正は、母集団分散の不偏推定量を得るためのものです。

なぜ (n-1) が有効なのか

標本平均を計算すると、自由度が1つ「消費」されます。標本平均がデータを制約するため、n-1個の値と平均がわかれば、最後の値は自動的に決まります。(n-1)で割ることで、この自由度の損失を補正しています。

数学的な直感

標本のデータ点は、真の母集団平均よりも標本平均の方に近くなる傾向があります。そのため、2乗偏差の合計は本来あるべき値よりも系統的に小さくなります。

nではなく(n-1)で割ることで結果がわずかに大きくなり、この過小推定を補正して不偏推定量を得ることができます。

どちらを使うべきか

シナリオ使用する公式割る数
存在するすべてのデータがある母集団の標準偏差 (σ)N
手元のデータのみを記述したい母集団の標準偏差 (σ)N
より大きな母集団について推定したい標本の標準偏差 (s)n-1
推測統計に標準偏差を使用する標本の標準偏差 (s)n-1

迷ったときの目安

判断に迷った場合は、標本標準偏差 (n-1) を使いましょう。その方が安全な理由は以下の通りです。 - 実世界のデータのほとんどは完全な母集団ではなく標本である - 真の母集団にn-1を使っても過大推定するだけで(過小推定よりは安全) - nが大きい場合、差はほとんど無視できる

実践例

例:品質管理

ある工場では1日に10,000個のウィジェットを製造しています。品質管理で100個を検査したところ、重量の平均が50gでした。 回答: 標本標準偏差 (n-1) を使います。100個は製造された10,000個の標本だからです。この標本を使って全ウィジェットのばらつきを推定します。

例:クラスの成績

ある教師が25人のクラスのテスト成績のばらつきを把握したいと考えています。他のクラスに一般化するつもりはありません。 回答: 母集団の標準偏差 (N) を使います。対象とする母集団(自分のクラス)全員の成績を持っており、他のグループへの推測は行わないからです。

Further Reading

How to Read This Article

A statistics tutorial is a practical interpretation guide, not just a formula dump. It refers to the assumptions, notation, and reporting language that analysts need when they explain a result to a teacher, manager, client, or reviewer. The article body covers the specific topic, while the sections below create a common interpretation frame that readers can reuse across related metrics.

Reading goalWhat to focus onCommon mistake
DefinitionWhat the metric is and what quantity it summarizesTreating the formula as self-explanatory
Formula choiceSample versus population assumptions and notationUsing n when n-1 is required or vice versa
InterpretationWhether the result indicates concentration, spread, or riskCalling a large value good or bad without context

Frequently Asked Questions

How should I interpret a high standard deviation?

A high standard deviation means the observations are spread farther from the mean on average. Whether that spread is acceptable depends on the context: wide dispersion might signal risk in finance, instability in manufacturing, or genuine natural variation in scientific data.

Why do some articles mention n while others mention n-1?

The denominator reflects the difference between population and sample formulas. Population variance and population standard deviation use N because the full dataset is known. Sample variance and sample standard deviation often use n-1 because Bessel’s correction reduces bias when estimating population spread from a sample.

What is a statistical interpretation guide?

A statistical interpretation guide is a page that moves beyond arithmetic and explains meaning. It tells you what a metric is, when the formula applies, and how to describe the result in plain English without overstating certainty.

Can I cite this article in a report?

You should cite the underlying authoritative reference for formal work whenever possible. This page is best used as an explanatory bridge that helps you understand the concept before quoting the original standard or handbook.

Why include direct citations on every article page?

Direct citations give readers a route to verify the definition, notation, and assumptions. That improves trust and reduces the chance that a simplified explanation is mistaken for the entire technical standard.

Authoritative References

These sources define the concepts referenced most often across our articles. Bessel's correction is a sample adjustment, variance is a squared measure of spread, and standard deviation is the square root of variance expressed in the same units as the data.