statsmodels.robust.norms.TukeyQuartic.psi_deriv#

TukeyQuartic.psi_deriv(z)[source]#

The derivative of the TukeyQuartic psi function

Parameters:
zarray_like

1d array

Returns:
ndarray

The value of the derivative of the psi function.

Notes

Used to estimate the robust covariance matrix.