aux function to calculate the mean of a vector when removing each of its elements one by one.
mean_aux(x)
x
a numeric vector
Lucas Godoy