statsmodels.robust.norms.HuberT.psi_deriv#
- HuberT.psi_deriv(z)[source]#
Derivative of the Huber T psi function.
- Parameters:
- zarray_like
Input residual values.
- Returns:
Notes
Used when computing the robust covariance matrix in robustlinear models.
Derivative of the Huber T psi function.
Input residual values.
Notes
Used when computing the robust covariance matrix in robustlinear models.