statsmodels.robust.norms.StudentT.psi#

StudentT.psi(z)[source]#

The psi function of the StudentT norm

The analytic derivative of rho.

Parameters:
zarray_like

1d array

Returns:
psindarray

psi(z) = z * df / (df + (z / c)**2)