HuberT.
rho
The robust criterion function for Huber’s t.
z : array-like
1d array
rho : array
rho(z) = .5*z**2 for |z| <= t rho(z) = |z|*t - .5*t**2 for |z| > t
rho(z) = .5*z**2 for |z| <= t
rho(z) = |z|*t - .5*t**2 for |z| > t
statsmodels.robust.norms.HuberT.psi_deriv
statsmodels.robust.norms.HuberT.weights
Enter search terms or a module, class or function name.