statsmodels.robust.norms.TrimmedMean.weights¶ TrimmedMean.weights(z)[source]¶ Least trimmed mean weighting function for the IRLS algorithm The psi function scaled by z Parameters:¶ zarray_like1d array Returns:¶ weightsndarrayweights(z) = 1 for |z| <= c weights(z) = 0 for |z| > c