statsmodels.robust.norms.StudentT.rho#
- StudentT.rho(z)[source]#
The rho function of the StudentT norm
- Parameters:
- zarray_like
1d array
- Returns:
- rho
ndarray rho(z) = (c**2 * df / 2.) * log(df + (z / c)**2) - const The
constshifts the rho function so that rho(0) = 0.
- rho