statsmodels.robust.norms.RamsayE.weights¶ RamsayE.weights(z)[source]¶ Ramsay’s Ea weighting function for the IRLS algorithm The psi function scaled by z Parameters:¶ zarray_like1d array Returns:¶ weightsndarrayweights(z) = exp(-a*|z|)