手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| カルマンフィルター× | ベイズ回帰× | |
|---|---|---|
| 分野 | ベイズ | ベイズ |
| 系統 | Bayesian methods | Bayesian methods |
| 提唱年≠ | 1960 | — |
| 提唱者≠ | Rudolf E. Kalman | — |
| 種類≠ | recursive Bayesian filter | Bayesian linear model |
| 原典≠ | Kalman, R. E. (1960). A new approach to linear filtering and prediction problems. Journal of Basic Engineering, 82(1), 35-45. DOI ↗ | Gelman, A., Carlin, J. B., Stern, H. S., Dunson, D. B., Vehtari, A. & Rubin, D. B. (2013). Bayesian Data Analysis (3rd ed.). CRC Press. ISBN: 978-1439840955 |
| 別名≠ | linear quadratic estimator, LQE, Kalman-Bucy filter, optimal recursive filter | bayesian linear regression, probabilistic regression, bayesian regresyon |
| 関連≠ | 5 | 2 |
| 概要≠ | The Kalman filter is an optimal recursive algorithm for estimating the hidden state of a linear dynamical system from noisy measurements. At each time step it alternates between a prediction step — projecting the state forward using the system model — and an update step that corrects the prediction with the new observation, producing minimum-variance state estimates and their uncertainty in real time. | Bayesian regression is a probabilistic version of linear regression that treats the model parameters as uncertain quantities. Instead of returning a single best-fit estimate, it combines prior knowledge with the observed data to produce a full posterior probability distribution for each parameter, from which credible intervals and predictions are read off. |
| ScholarGateデータセット ↗ |
|
|