手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| GM(1,1) 灰色予測モデル× | ARIMA(自己回帰和分移動平均)モデル× | ケースベース推論 (CBR)× | |
|---|---|---|---|
| 分野≠ | ソフトコンピューティング | 計量経済学 | ソフトコンピューティング |
| 系統≠ | Regression model | Regression model | Machine learning |
| 提唱年≠ | 1982 | 2015 | 1994 |
| 提唱者≠ | Julong Deng | Box & Jenkins (Box-Jenkins methodology) | Janet Kolodner; Agnar Aamodt & Enric Plaza (R4 cycle) |
| 種類≠ | Small-sample grey forecasting model | Univariate time-series model | Experience-based (analogical) problem solving |
| 原典≠ | Deng, J. L. (1982). Control problems of grey systems. Systems & Control Letters, 1(5), 288–294. DOI ↗ | Box, G. E. P., Jenkins, G. M., Reinsel, G. C. & Ljung, G. M. (2015). Time Series Analysis: Forecasting and Control (5th ed.). Wiley. ISBN: 978-1118675021 | Aamodt, A., & Plaza, E. (1994). Case-based reasoning: Foundational issues, methodological variations, and system approaches. AI Communications, 7(1), 39–59. DOI ↗ |
| 別名≠ | GM(1,1), grey prediction model, grey forecasting, gri tahmin modeli | Box-Jenkins model, ARIMA(p,d,q), ARIMA Modeli | CBR, case-based reasoning cycle, analogy-based reasoning, vaka tabanlı akıl yürütme |
| 関連≠ | 2 | 5 | 2 |
| 概要≠ | GM(1,1) is the core forecasting model of grey system theory, introduced by Julong Deng in 1982, designed to predict from very few observations and incomplete information — situations where classical time-series models like ARIMA need far more data. It accumulates the raw series to expose a hidden exponential trend, fits a first-order grey differential equation, and projects future values, making it popular in engineering, energy, and management forecasting with short data records. | ARIMA is a univariate time-series forecasting model that combines autoregressive, integrated (differencing), and moving-average components to predict a single continuous series from its own past. It is the centrepiece of the Box-Jenkins methodology set out in Box, Jenkins, Reinsel & Ljung's Time Series Analysis (5th ed., 2015). | Case-based reasoning solves a new problem by retrieving similar problems solved in the past and adapting their solutions, rather than reasoning from first principles or a trained statistical model. Formalized as the Retrieve-Reuse-Revise-Retain cycle by Aamodt and Plaza in 1994 and popularized by Janet Kolodner, CBR mirrors how human experts in medicine, law, and engineering reason by analogy from remembered cases, and it learns simply by storing each newly solved case. |
| ScholarGateデータセット ↗ |
|
|
|