Σ
SDCalc
中級概念·8 min

変動係数(CV)の解説

変動係数(CV)、または相対標準偏差について解説。データセット間のばらつきを比較する際にCVとSDをどう使い分けるかを学びましょう。

変動係数とは?

変動係数 (CV)は、相対標準偏差 (RSD) とも呼ばれ、標準化された散布度の指標です。標準偏差を平均の百分率として表すことで、単位やスケールの異なるデータセット間のばらつきを比較するのに便利です。

データセットA:身長

平均:170 cm、標準偏差:10 cm CV = 5.9%

データセットB:体重

平均:70 kg、標準偏差:10 kg CV = 14.3%

標準偏差は同じ(10)ですが、CVを見ると体重の方が相対的にばらつきが大きいことがわかります。

CVの公式

変動係数

CV = (σ / μ) × 100%

σは標準偏差、μは平均です。標本データの場合はそれぞれsとx̄を使用します。

計算例

データ:12, 15, 14, 18, 11 - 平均 (x̄) = 14 - 標準偏差 (s) = 2.74 - CV = (2.74 / 14) × 100% = 19.6%

CVを使う場面

CVを使うべき場合

- 異なる単位のデータセットを比較する場合 - 平均値が大きく異なるデータセットを比較する場合 - 比例尺度(真のゼロ点がある)のデータ - 実験室での測定の一貫性評価 - 金融分析(ボラティリティの比較)

SDを使うべき場合

- データセットが同じ単位で、平均値も似ている場合 - 間隔尺度(気温など)のデータ - 平均がゼロまたはゼロに近い場合 - 絶対的な散らばりの情報が必要な場合

実践例

実験室の品質管理

分析化学では、CVが10%未満であれば精度は許容範囲とされることが一般的です。高精度の分析法ではCV < 5%を達成することもあります。
銘柄リターン標準偏差CV
株式A8%4%50%
株式B12%9%75%

株式Aの方がCVが低い = リスク1単位あたりのリターンが高いことを意味します。

CVの限界

重要な制限事項

- 平均がゼロのときは定義不能: ゼロ除算でCVは意味をなさなくなる - 負の値がある場合は問題が生じる: 誤解を招く結果になりうる - 間隔尺度には不適切: 摂氏・華氏の温度はゼロ点が恣意的

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.