statsmodels.robust.scale.MScale#
- class statsmodels.robust.scale.MScale(chi_func, scale_bias)[source]#
M-scale estimation
- Parameters:
Methods
__call__(data, **kwds)Call self as a function.
fit(data[, start_scale, maxiter, rtol, atol])Estimate M-scale using iteration
Notes
Experimental interface, arguments and options will still change.
Methods
fit(data[, start_scale, maxiter, rtol, atol])Estimate M-scale using iteration