TrimmedMean.
weights
Least trimmed mean weighting function for the IRLS algorithm
The psi function scaled by z
z : array-like
1d array
weights : array
weights(z) = 1 for |z| <= c weights(z) = 0 for |z| > c
weights(z) = 1 for |z| <= c
weights(z) = 0 for |z| > c
statsmodels.robust.norms.TrimmedMean.rho
statsmodels.robust.norms.TukeyBiweight
Enter search terms or a module, class or function name.