statsmodels.robust.norms.TrimmedMean.psi_deriv#
- TrimmedMean.psi_deriv(z)[source]#
The derivative of least trimmed mean psi function
- Parameters:
- zarray_like
1d array
- Returns:
ndarrayThe value of the derivative of the psi function.
Notes
Used to estimate the robust covariance matrix.