rho.Rd
If abs(u) > k , rho(u) = 1. Else, psi(u) = 1 - (1 - (u/k)^2)^3.
abs(u) > k
rho(u) = 1
psi(u) = 1 - (1 - (u/k)^2)^3
rho(u, k = 1.96)
Can be a single value, vector, or matrix.
The tuning parameter. Can be a scalar or the same dimension as u.
u
The bi-square rho function.