「《指数平滑法》」の版間の差分
6行目: | 6行目: | ||
− | + | <center> | |
+ | <math> | ||
m_{t}=a_{1}d_{t}+a_{2}d_{t-1}+{\cdots}+a_{l}d_{t-l+1} | m_{t}=a_{1}d_{t}+a_{2}d_{t-1}+{\cdots}+a_{l}d_{t-l+1} | ||
\, </math> <math>(1)\, </math> | \, </math> <math>(1)\, </math> | ||
+ | </center> | ||
− | + | <center> | |
+ | ただし, <math> | ||
\ \sum_{n=1}^{l}a_{n}=1 | \ \sum_{n=1}^{l}a_{n}=1 | ||
\, </math> | \, </math> | ||
+ | </center> | ||
18行目: | 22行目: | ||
− | + | <center> | |
+ | <math> | ||
m_{t}=a\{d_{t}+(1-a)d_{t-1}+{\cdots}+(1-a)^{n}d_{t-n}+{\cdots}\} | m_{t}=a\{d_{t}+(1-a)d_{t-1}+{\cdots}+(1-a)^{n}d_{t-n}+{\cdots}\} | ||
\, </math> <math>(2)\, </math> | \, </math> <math>(2)\, </math> | ||
+ | </center> | ||
26行目: | 32行目: | ||
− | + | <center> | |
+ | <math> | ||
m_{t-1}= a \{d_{t-1}+ (1-a) d_{t-2}+{\cdots}+ (1-a) ^{n-1} d_{t-n}+{\cdots}\} | m_{t-1}= a \{d_{t-1}+ (1-a) d_{t-2}+{\cdots}+ (1-a) ^{n-1} d_{t-n}+{\cdots}\} | ||
\, </math> <math>(3)\, </math> | \, </math> <math>(3)\, </math> | ||
+ | </center> | ||
34行目: | 42行目: | ||
− | + | <center> | |
+ | <math> | ||
m_{t}= a d_{t}+ (1-a) m_{t-1} | m_{t}= a d_{t}+ (1-a) m_{t-1} | ||
\, </math> <math>(4)\, </math> | \, </math> <math>(4)\, </math> | ||
+ | </center> | ||
50行目: | 60行目: | ||
− | + | <center> | |
+ | <math> | ||
y_{t}= m_{t}+{ \frac{1-a}{a}} r_{t} | y_{t}= m_{t}+{ \frac{1-a}{a}} r_{t} | ||
\, </math> <math>(5)\, </math> | \, </math> <math>(5)\, </math> | ||
+ | </center> | ||
− | + | <center> | |
+ | <math> | ||
m_{t}= a d_{t}+ (1-a) m_{t-1} | m_{t}= a d_{t}+ (1-a) m_{t-1} | ||
\, </math> <math>(6)\, </math> | \, </math> <math>(6)\, </math> | ||
+ | </center> | ||
− | + | <center> | |
+ | <math> | ||
r_{t}= a (y_{t}- y_{t-1})+ (1-a) r_{t-1} | r_{t}= a (y_{t}- y_{t-1})+ (1-a) r_{t-1} | ||
\, </math> <math>(7)\, </math> | \, </math> <math>(7)\, </math> | ||
+ | </center> | ||
66行目: | 82行目: | ||
− | + | <center> | |
+ | <math> | ||
y_{t+k}= y_{t}+ k r_{t} | y_{t+k}= y_{t}+ k r_{t} | ||
\, </math> <math>(8)\, </math> | \, </math> <math>(8)\, </math> | ||
+ | </center> | ||
78行目: | 96行目: | ||
− | + | <center> | |
+ | <math> | ||
y_{t}= a \frac{d_{t}}{S_{t-L}}+(1-a) (y_{t-1}+ r_{t-1}) | y_{t}= a \frac{d_{t}}{S_{t-L}}+(1-a) (y_{t-1}+ r_{t-1}) | ||
\, </math> <math>(9)\, </math> | \, </math> <math>(9)\, </math> | ||
+ | </center> | ||
− | + | <center> | |
+ | <math> | ||
S_{t}= b \frac{d_{t}}{y_{t}}+(1-b) S_{t-L} | S_{t}= b \frac{d_{t}}{y_{t}}+(1-b) S_{t-L} | ||
\, </math> <math>(10)\, </math> | \, </math> <math>(10)\, </math> | ||
+ | </center> | ||
− | + | <center> | |
+ | <math> | ||
r_{t}= c (y_{t}- y_{t-1})+(1-c) r_{t-1} | r_{t}= c (y_{t}- y_{t-1})+(1-c) r_{t-1} | ||
\, </math> <math>(11)\, </math> | \, </math> <math>(11)\, </math> | ||
+ | </center> | ||
96行目: | 120行目: | ||
− | + | <center> | |
+ | <math> | ||
y_{t+k}= (y_{t}+k r_{t})S_{t+k-L} | y_{t+k}= (y_{t}+k r_{t})S_{t+k-L} | ||
\, </math> <math>(12)\, </math> | \, </math> <math>(12)\, </math> | ||
+ | </center> | ||
2007年7月17日 (火) 11:40時点における版
【しすうへいかつほう (exponential smoothing) 】
1. 指数平滑法の基本式
時間の変化に従って与えられるデータ群, すなわち, 時系列データ (例えば需要量系列など) を用いた予測方式の共通点は, 先行するデータ群をつぎに続くデータ群に関連づけて推定を行うことである. この方法の一つで指数平滑法の基礎となる方式が移動平均法である. いま, 時点の移動平均値を, 用いられるデータ群の項数を時点のデータをとし, の係数をとすれば, 時点の移動平均値は次式で表される.
ただし,
さて, 指数平滑法([1], [2])はこの(1)式の係数に対して, 現在時点に近い程ウエイトを大きくし, 過去にさかのぼる程ウエイトを小さくしていく指数型の考え方を導入したもので, 指数型加重移動平均法とも呼ばれている. すなわち, この方式による時点の推定値は次式のように表わされる. (ただし, )
この(2)式の重み係数の総計は1となる. なお, この場合のは時点の予測値として用いられる. ここで, (2)式と同様な考え方でを算出すると次式が得られる.
(3)式の両辺にを掛けて(2)式と対比すると, 次式のような指数平滑法の基本式(定数型モデル)が導出される.
この(4)式の係数を平滑化定数と呼んでいる.
2. 平滑化定数の値
上記の平滑化定数は, 原則として, 0と1の間の値をとる. この中, のときはとなり推定値は同時点のデータと等しくなる. 一方,のときはとなり推定値は一時点前の先行する推定値と等しくなる. を中間の値にとった場合にはある程度ランダムな変動の影響を受けることになる. の値を最適に決めることは難しい問題であるが, 0.5より若干小さい値をとる場合が比較的多い.
3. 傾向を考慮した場合
時系列データに傾向がない定数型モデルの場合には, (4)式のが時点の有効な予測値となるが, もし, 上昇, あるいは下降の傾向がある場合は, この値は不満足なものになる. この問題を解決するために傾向を考慮した指数平滑法(直線型傾向モデル)が提案されている. このモデルでは2番目の変数として時点の傾向の推定値r_tを導入している. この直線型傾向モデルはR. G. Brown[3], [4] により提示されたが, いま, 時点の予測値をとすれば(5)~(7)式のように表わされる.
このモデルの時点先の予測値は次式のように示される.
なお, (4)式や(5)式などで用いられているやの初期値は, それまでのデータにより推定される. それらの値はとくに重要な値ではないので比較的単純な近似法を用いればよい.
4. 季節変動を考慮した場合
時系列データに季節変動がある場合には, 季節型モデルが利用される. このモデルの代表的なものはP. R. Winters [5] によって提示されているが, いま, 時点の季節変動指数値, 3つの平滑化定数をそれぞれとすればこのモデルは(9)~(11)式のように表わされる.
ただし, はより1年前の時点.
このモデルの時点先の予測値は次式のように示される.
5. その他の指数平滑法
上記以外のモデルとしては, までを用いた2次のモデルや定数型モデルの推定値をデータとして同じモデルを繰り返し用いる2重や3重のモデルも提案されている.
参考文献
[1] I. C. I Monograph, No.2, Short-Term Forecasting, Imperial Chemical Industries Limited, 1964.
[2] C. C. Holt, Forecasting Seasonals and Trends by Exponentially Weighted Moving Averages, Carnegie Institute of Technology, Pittsburgh, Pennsylvania, 1957.
[3] R. G. Brown, Statistical Forecasting for Inventory Control, McGraw-Hill, 1959.
[4] R. G. Brown and R. F. Meyer, "The Fundamental Theorem of Exponential Smoothing," Operations Research, 19 (1961), 673-685.
[5] P. R. Winters, "Forecasting Sales by Exponentially Weighted Moving Averages," Management Science, 6 (1960), 324-342.