【发布时间】:2016-04-05 10:43:53
【问题描述】:
为了实现稳健的线性回归,我想实现一个带有 Geman-McLure 损失函数的 M-Estimator
M-Estimators 类在this document 中介绍,Geman-McLure 可以在第 13 页找到。
为了解决最小化问题,推荐Iteratively reweighted least squares。我如何在scilab 中实现这个过程?我可以用optim吗?
【问题讨论】:
标签: optimization linear-regression scilab estimation