til/social-sciences/psychology/cohens-d-effect-size
cohens-d-effect-size.mdupdated 2026-07-162061 words
ダブルクリックで英日反転
Social Sciences · Psychology

Cohen's d — Measuring Effect Size

EN

Cohen's d expresses the size of a difference between two groups in a dimensionless unit: the mean difference divided by the pooled standard deviation. It answers 'how large?' independently of the p-value.

Why p-value alone is not enough

  • Statistical significance ≠ practical significance.
  • Large samples can make trivial differences reach p < 0.05.
  • Cohen's d shows magnitude regardless of sample size.

Formula

  • d = (M₁ − M₂) ÷ SD_pooled
  • SD_pooled is the standard deviation pooled across both groups.

Conventional benchmarks (Cohen 1988)

  • d = 0.2 → small effect
  • d = 0.5 → medium effect
  • d = 0.8 → large effect
  • Thresholds are field-dependent; in LLM evaluation even 0.5 may be weak for a decision.

Practical example

  • Engine A mean = 8.0, Engine B mean = 5.0, SD = 3.0 → d = 1.0 (large).
  • Used in AI-search project to pre-calculate sample size for d = 0.5 at power 0.80.
  • All 12-metric engine comparisons are reported with Cohen's d (Phase B-2).
Always pair a p-value with Cohen's d — significance tells you 'is there a difference?', d tells you 'does it matter?'
社会科学 · 心理学

Cohen's d​(コーエンの​d)​— 効果量​(差の​大きさ)を​測る

JP

Cohen's d​(=2群の​平均差を​プールされた​標準偏差で​割った​無次元の​指標)は、​p値とは​独立して​「差の​大きさ」を​示す効果量​(effect size)の​代表的な​指標です。

p値だけでは​不十分な​理由

  • 統計的​有意性​(p < 0.05)と​実用的な​意味の​ある​差は​別物。
  • サンプルサイズが​大きければ、​ごく​小さな​差でも​有意に​なる。
  • Cohen's d は​サンプルサイズに​依存せず差の​大きさを​表す。

計算式

  • d = (M₁ − M₂) ÷ SD_pooled
  • SD_pooled は​2群を​合わせた​(プールした)​標準偏差。

慣習的な​判断基準​(Cohen 1988)

  • d = 0.2 → 小​(small)
  • d = 0.5 → 中​(medium)
  • d = 0.8 → 大(large)
  • 基準は​分野依存。​LLM評価では​ d = 0.5 でも​実装判断の​根拠と​して​弱いと​される。

具体例と​実務での​使い方

  • A平均8.0、​B平均5.0、​SD=3.0 → d = 1.0​(大)​=Aが​明確に​多い。
  • AIサーチ評価プロジェクトで、​d=0.5を​検出できる​サンプルサイズを​事前計算​(検出力0.80)。
  • 12指標すべての​比較結果を​Cohen's dで​報告​(Phase B-2)。
p値と​ Cohen's d は​必ずセットで​報告する。​p値は​「差が​あるか」、​d は​「その​差に​意味が​あるか」を​答える。
148 notestil