scikits.statsmodels.robust.norms.LeastSquares.weights

LeastSquares.weights(z)

The least squares estimator weighting function for the IRLS algorithm.

The psi function scaled by the input z

Parameters:

z : array-like

1d array

Returns:

array :

weights(z) = np.ones(z.shape)

Previous topic

scikits.statsmodels.robust.norms.LeastSquares.rho

Next topic

scikits.statsmodels.robust.norms.RamsayE

This Page