統計的推測(推定)

最尤推定、ベイズ推定、区間推定など統計検定準1級レベルの統計的推定理論を学習します。

ジャックナイフ推定量 レベル1

標本$X_1, X_2, X_3, X_4 = 1, 3, 5, 7$が与えられている。母平均$\mu$のジャックナイフ推定量を求めよ。答えは小数第1位まで求めよ。

解説
解答と解説を表示
<h4>ジャックナイフ推定量の理論</h4><p>ジャックナイフ推定量は、標本から1つずつ観測値を除いた部分標本を用いて偏りを減らす推定法です。</p><h4>ジャックナイフ推定量の定義</h4><p class='step'><strong>Step 1: 部分標本の定義</strong></p><p>標本$X_1, X_2, \ldots, X_n$に対して、$i$番目の観測値を除いた部分標本:</p><div class='formula'>$X_{(i)} = \{X_1, \ldots, X_{i-1}, X_{i+1}, \ldots, X_n\}
lt;/div><p>部分標本の大きさは$n-1$です。</p><p class='step'><strong>Step 2: 部分標本統計量</strong></p><p>各部分標本に対する統計量$T_{(i)}$を定義:</p><div class='formula'>$T_{(i)} = T(X_{(i)})
lt;/div><p>ここで$T(\cdot)$は統計量を表す関数です。</p><p class='step'><strong>Step 3: ジャックナイフ推定量</strong></p><p>ジャックナイフ推定量$\hat{\theta}_J$は:</p><div class='formula'>$\hat{\theta}_J = n \cdot T(X_1, \ldots, X_n) - (n-1) \cdot \frac{1}{n}\sum_{i=1}^n T_{(i)}
lt;/div><p>または等価に:</p><div class='formula'>$\hat{\theta}_J = n \cdot \hat{\theta} - (n-1) \cdot \overline{T_{(\cdot)}}
lt;/div><p>ここで$\overline{T_{(\cdot)}} = \frac{1}{n}\sum_{i=1}^n T_{(i)}$です。</p><h4>標本平均のジャックナイフ推定</h4><p class='step'><strong>Step 4: 与えられたデータ</strong></p><p>標本:$X_1 = 1, X_2 = 3, X_3 = 5, X_4 = 7
lt;/p><p>標本サイズ:$n = 4
lt;/p><p>全標本平均:$\bar{X} = \frac{1 + 3 + 5 + 7}{4} = \frac{16}{4} = 4
lt;/p><p class='step'><strong>Step 5: 部分標本平均の計算</strong></p><p>各部分標本の平均を計算:</p><ul><li>$X_{(1)} = \{3, 5, 7\}$:$\bar{X}_{(1)} = \frac{3 + 5 + 7}{3} = \frac{15}{3} = 5
lt;/li><li>$X_{(2)} = \{1, 5, 7\}$:$\bar{X}_{(2)} = \frac{1 + 5 + 7}{3} = \frac{13}{3} = 4.333...
lt;/li><li>$X_{(3)} = \{1, 3, 7\}$:$\bar{X}_{(3)} = \frac{1 + 3 + 7}{3} = \frac{11}{3} = 3.666...
lt;/li><li>$X_{(4)} = \{1, 3, 5\}$:$\bar{X}_{(4)} = \frac{1 + 3 + 5}{3} = \frac{9}{3} = 3
lt;/li></ul><p class='step'><strong>Step 6: 部分標本平均の平均</strong></p><div class='formula'>$\overline{\bar{X}_{(\cdot)}} = \frac{1}{4}(5 + 4.333... + 3.666... + 3) = \frac{1}{4} \cdot 16 = 4
lt;/div><p class='step'><strong>Step 7: ジャックナイフ推定量の計算</strong></p><p>標本平均のジャックナイフ推定量:</p><div class='formula'>$\hat{\mu}_J = n \cdot \bar{X} - (n-1) \cdot \overline{\bar{X}_{(\cdot)}}
lt;/div><div class='formula'>$= 4 \times 4 - 3 \times 4 = 16 - 12 = 4
lt;/div><h4>ジャックナイフ推定量の性質</h4><p class='step'><strong>Step 8: 標本平均の特殊性</strong></p><p>標本平均の場合、興味深い性質があります:</p><div class='formula'>$\bar{X}_{(i)} = \frac{1}{n-1}\sum_{j \neq i} X_j = \frac{n\bar{X} - X_i}{n-1}
lt;/div><p>したがって:</p><div class='formula'>$\overline{\bar{X}_{(\cdot)}} = \frac{1}{n}\sum_{i=1}^n \frac{n\bar{X} - X_i}{n-1} = \frac{1}{n-1}\left(n\bar{X} - \bar{X}\right) = \bar{X}
lt;/div><p class='step'><strong>Step 9: 標本平均のジャックナイフ不変性</strong></p><p>標本平均のジャックナイフ推定量は元の標本平均と一致:</p><div class='formula'>$\hat{\mu}_J = n \cdot \bar{X} - (n-1) \cdot \bar{X} = \bar{X}
lt;/div><p>これは標本平均が既に不偏推定量であることを反映しています。</p><div class='key-point'><div class='key-point-title'>ジャックナイフ推定量の重要性</div><ul><li><strong>偏りの減少</strong>:$O(n^{-1})$の偏りを$O(n^{-2})$に改善</li><li><strong>分散推定</strong>:非パラメトリックな分散推定が可能</li><li><strong>信頼区間</strong>:複雑な統計量の区間推定に有用</li><li><strong>汎用性</strong>:多様な統計量に適用可能</li></ul></div><h4>ジャックナイフ分散推定</h4><p class='step'><strong>Step 10: ジャックナイフ分散推定量</strong></p><p>推定量の分散のジャックナイフ推定:</p><div class='formula'>$\text{Var}_J(\hat{\theta}) = \frac{n-1}{n}\sum_{i=1}^n \left(T_{(i)} - \overline{T_{(\cdot)}}\right)^2
lt;/div><p>標本平均の場合:</p><div class='formula'>$\text{Var}_J(\bar{X}) = \frac{n-1}{n}\sum_{i=1}^n \left(\bar{X}_{(i)} - \bar{X}\right)^2
lt;/div><p class='step'><strong>Step 11: 具体的な分散計算</strong></p><p>部分標本平均の偏差:</p><ul><li>$\bar{X}_{(1)} - \bar{X} = 5 - 4 = 1
lt;/li><li>$\bar{X}_{(2)} - \bar{X} = 4.333... - 4 = 0.333...
lt;/li><li>$\bar{X}_{(3)} - \bar{X} = 3.666... - 4 = -0.333...
lt;/li><li>$\bar{X}_{(4)} - \bar{X} = 3 - 4 = -1
lt;/li></ul><p>偏差二乗和:</p><div class='formula'>$\sum_{i=1}^4 (\bar{X}_{(i)} - \bar{X})^2 = 1^2 + (1/3)^2 + (-1/3)^2 + (-1)^2 = 1 + \frac{1}{9} + \frac{1}{9} + 1 = 2 + \frac{2}{9} = \frac{20}{9}
lt;/div><p>ジャックナイフ分散推定量:</p><div class='formula'>$\text{Var}_J(\bar{X}) = \frac{3}{4} \times \frac{20}{9} = \frac{60}{36} = \frac{5}{3}
lt;/div><h4>他の統計量でのジャックナイフ</h4><p class='step'><strong>Step 12: 標本分散のジャックナイフ</strong></p><p>標本分散$S^2 = \frac{1}{n-1}\sum_{i=1}^n (X_i - \bar{X})^2$の場合:</p><div class='formula'>$S^2 = \frac{1}{3}[(1-4)^2 + (3-4)^2 + (5-4)^2 + (7-4)^2] = \frac{1}{3}[9 + 1 + 1 + 9] = \frac{20}{3}
lt;/div><p>各部分標本の分散:</p><ul><li>$S^2_{(1)} = \frac{1}{2}[(3-5)^2 + (5-5)^2 + (7-5)^2] = \frac{1}{2}[4 + 0 + 4] = 4
lt;/li><li>$S^2_{(2)} = \frac{1}{2}[(1-4.333...)^2 + (5-4.333...)^2 + (7-4.333...)^2] = \frac{28}{3}
lt;/li><li>$S^2_{(3)} = \frac{1}{2}[(1-3.666...)^2 + (3-3.666...)^2 + (7-3.666...)^2] = \frac{28}{3}
lt;/li><li>$S^2_{(4)} = \frac{1}{2}[(1-3)^2 + (3-3)^2 + (5-3)^2] = \frac{1}{2}[4 + 0 + 4] = 4
lt;/li></ul><p>ジャックナイフ分散推定量:</p><div class='formula'>$\hat{\sigma^2}_J = 4 \times \frac{20}{3} - 3 \times \frac{1}{4}\left(4 + \frac{28}{3} + \frac{28}{3} + 4\right) = \frac{20}{3}
lt;/div><p>この場合も元の推定量と一致します。</p>
問題 1/10
カテゴリ一覧に戻る