時系列解析

ARIMAモデル、状態空間モデル、スペクトル解析など統計検定準1級レベルの時系列解析手法を学習します。

MA過程の共分散の計算 レベル1

MA(2)過程 $X_t = \epsilon_t + 0.5\epsilon_{t-1} + 0.3\epsilon_{t-2}$ において、$\epsilon_t \sim WN(0, \sigma^2)$ とする。この過程のラグ1での自己共分散 $\gamma(1)$ を求めよ。ただし、$\sigma^2 = 4$ とする。

解説
解答と解説を表示
<h4>MA過程の自己共分散:移動平均過程の記憶構造</h4><div class='key-point'><div class='key-point-title'>MA過程の理論的重要性</div><p>移動平均(MA:Moving Average)過程は、時系列分析の基本構成要素の一つで、短期的な記憶効果とショックの有限期間での減衰を表現します。AR過程の無限記憶とは対照的に、MA過程は有限記憶を持ち、経済・ファイナンスにおける一時的ショックの効果をモデル化するのに適しています。Box-Jenkins法における重要な要素であり、ARMA・ARIMAモデルの構成部分として広く使用されています。</p></div><h4>MA(q)過程の一般的性質</h4><p class='step'><strong>Step 1: MA過程の定義と基本性質</strong></p><p><strong>MA(q)過程の一般形:</strong></p><div class='formula'>$X_t = \epsilon_t + \theta_1 \epsilon_{t-1} + \theta_2 \epsilon_{t-2} + \cdots + \theta_q \epsilon_{t-q}
lt;/div><p>ここで、$\epsilon_t \sim WN(0, \sigma^2)$(ホワイトノイズ)</p><p><strong>ラグ演算子表記:</strong></p><div class='formula'>$X_t = \theta(L)\epsilon_t = (1 + \theta_1 L + \theta_2 L^2 + \cdots + \theta_q L^q)\epsilon_t
lt;/div><div class='key-point'><div class='key-point-title'>MA過程の基本性質</div><ol><li><strong>常に定常</strong>:係数に関わらず自動的に定常過程</li><li><strong>有限記憶</strong>:ショックの影響は最大$q$期間で消失</li><li><strong>可逆性条件</strong>:$\theta(z) = 0$の根がすべて単位円外で AR表現可能</li><li><strong>線形性</strong>:過去のショックの線形結合</li></ol></div><h4>MA(2)過程の自己共分散の導出</h4><p class='step'><strong>Step 2: 具体的なMA(2)モデルの分析</strong></p><p>問題のMA(2)過程:</p><div class='formula'>$X_t = \epsilon_t + 0.5\epsilon_{t-1} + 0.3\epsilon_{t-2}
lt;/div><p>つまり、$\theta_1 = 0.5$、$\theta_2 = 0.3$、$\sigma^2 = 4
lt;/p><p><strong>自己共分散の一般公式:</strong></p><p>MA(q)過程の自己共分散は以下の公式で計算されます:</p><div class='formula'>$\gamma(h) = \begin{cases} \sigma^2 \sum_{j=0}^{q-h} \theta_j \theta_{j+h} & \text{if } 0 \leq h \leq q \\ 0 & \text{if } h > q \end{cases}
lt;/div><p>ここで、$\theta_0 = 1$(慣例)</p><p class='step'><strong>Step 3: ラグ0(分散)の計算</strong></p><div class='formula'>$\gamma(0) = \sigma^2 \sum_{j=0}^{2} \theta_j^2 = \sigma^2 (\theta_0^2 + \theta_1^2 + \theta_2^2)
lt;/div><div class='formula'>$= 4 \times (1^2 + 0.5^2 + 0.3^2) = 4 \times (1 + 0.25 + 0.09) = 4 \times 1.34 = 5.36
lt;/div><p class='step'><strong>Step 4: ラグ1の自己共分散の計算</strong></p><p>$h = 1$の場合:</p><div class='formula'>$\gamma(1) = \sigma^2 \sum_{j=0}^{2-1} \theta_j \theta_{j+1} = \sigma^2 \sum_{j=0}^{1} \theta_j \theta_{j+1}
lt;/div><div class='formula'>$= \sigma^2 (\theta_0 \theta_1 + \theta_1 \theta_2)
lt;/div><div class='formula'>$= 4 \times (1 \times 0.5 + 0.5 \times 0.3)
lt;/div><div class='formula'>$= 4 \times (0.5 + 0.15) = 4 \times 0.65 = 2.6
lt;/div>
問題 1/10
カテゴリ一覧に戻る