Regression modelRegression / GLM
Robust Ridge Regression
Robust Ridge 回归结合了 M-估计量与 L2(岭)正则化,以产生对离群值同时具有抵抗力且在多重共线性下稳定的系数估计。它最小化一个稳健的损失函数(如 Huber 损失),并以系数向量的平方范数作为惩罚项,从而降低有影响力观测值的重要性,同时将相关的预测变量收缩至零。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
如何引用本页
ScholarGate. (2026, June 3). Robust Ridge Regression. ScholarGate. https://scholargate.app/zh/statistics/robust-ridge-regression
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.
- 弹性网络回归统计学↔ compare
- Lasso 回归机器学习↔ compare
- 岭回归(Ridge Regression)机器学习↔ compare
- 稳健多元线性回归统计学↔ compare
- 稳健回归统计学↔ compare