scikits.statsmodels.robust.norms.LeastSquares.rho

LeastSquares.rho(z)

The least squares estimator rho function

Parameters :

z : array

1d array

Returns :

array :

rho(z) = (1/2.)*z**2

Previous topic

scikits.statsmodels.robust.norms.LeastSquares.psi_deriv

Next topic

scikits.statsmodels.robust.norms.LeastSquares.weights

This Page