robust.norms.HuberT()

statsmodels.robust.norms.HuberT

class statsmodels.robust.norms.HuberT(t=1.345) [source]

Huber’s T for M estimation.

Parameters:

t : float, optional

The tuning constant for Huber’s t function. The default value is 1.345.

Methods

__call__(z) Returns the value of estimator rho applied to an input
psi(z) The psi function for Huber’s t estimator
psi_deriv(z) The derivative of Huber’s t psi function
rho(z) The robust criterion function for Huber’s t.
weights(z) Huber’s t weighting function for the IRLS algorithm

Methods

psi(z) The psi function for Huber’s t estimator
psi_deriv(z) The derivative of Huber’s t psi function
rho(z) The robust criterion function for Huber’s t.
weights(z) Huber’s t weighting function for the IRLS algorithm

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.robust.norms.HuberT.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部