statsmodels.robust.norms.MQuantileNorm.weights#

MQuantileNorm.weights(z)[source]#

MQuantileNorm weighting function for the IRLS algorithm

The psi function scaled by z, psi(z) / z

Parameters:
zarray_like

1d array

Returns:
weightsndarray

The value of the weighting function.