Regression model
Least Trimmed Squares (LTS) 回帰分析
Least Trimmed Squares(最小トリム平方和)は、1984年にPeter J. Rousseeuwによって導入された頑健な線形回帰手法である。すべての残差の合計を最小化するのではなく、h個の最小の平方残差の合計のみを最小化することによって係数を推定する。これにより、最大50%のブレークダウンポイントを持ち、外れ値によって大きく汚染されたデータに対しても信頼性の高い推定値が得られる。
手法の全文を読む
会員限定
ログイン無料アカウントでログインすると、このセクションを読めます。
Method map
The neighbourhood of related methods — select a node to explore.
+2 more
出典
- Rousseeuw, P. J. (1984). Least Median of Squares Regression. Journal of the American Statistical Association, 79(388), 871-880. DOI: 10.1080/01621459.1984.10477105 ↗
- Rousseeuw, P. J., & Van Driessen, K. (2006). Computing LTS Regression for Large Data Sets. Data Mining and Knowledge Discovery, 12, 29-45. DOI: 10.1007/s10618-005-0024-4 ↗
このページの引用方法
ScholarGate. (2026, June 1). Least Trimmed Squares (LTS) Regression. ScholarGate. https://scholargate.app/ja/statistics/least-trimmed-squares
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Least Median of Squares (LMS) 回帰統計学↔ compare
- 最小二乗法 (OLS) 回帰計量経済学↔ compare
- 分位点回帰計量経済学↔ compare
- RANSAC回帰統計学↔ compare
- Theil-Sen推定量統計学↔ compare