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: z : array-like
1d array
Returns: weights : array
weights(z) = exp(-a*|z|)
RamsayE.weights(z)
[source]
Ramsay?s Ea weighting function for the IRLS algorithm
The psi function scaled by z
Parameters: |
z : array-like 1d array |
---|---|
Returns: |
weights : array weights(z) = exp(-a*|z|) |
Please login to continue.