scikits.statsmodels.robust.norms.RamsayE.weights

RamsayE.weights(z)

Ramsay’s Ea weighting function for the IRLS algorithm

The psi function scaled by z

Parameters :

z : array-like

1d array

Returns :

array :

weights(z) = exp(-a*|z|)

Previous topic

scikits.statsmodels.robust.norms.RamsayE.rho

Next topic

scikits.statsmodels.robust.norms.RobustNorm

This Page