robust.norms.Hampel()

statsmodels.robust.norms.Hampel

class statsmodels.robust.norms.Hampel(a=2.0, b=4.0, c=8.0) [source]

Hampel function for M-estimation.

Parameters:

a : float, optional

b : float, optional

c : float, optional

The tuning constants for Hampel’s function. The default values are a,b,c = 2, 4, 8.

Methods

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

Methods

psi(z) The psi function for Hampel’s estimator
psi_deriv(z)
rho(z) The robust criterion function for Hampel’s estimator
weights(z) Hampel 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.Hampel.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部