statsmodels.robust.norms.RamsayE.psi#
- RamsayE.psi(z)[source]#
The psi function for Ramsay’s Ea estimator.
The analytic derivative of rho.
\[\psi(z) = z \exp(-a|z|)\]- Parameters:
- zarray_like
1d array
- Returns:
- psi
ndarray The value of the psi function.
- psi