powered by
Winsorizes the data
winsor(x, fraction = 0.01)
the data.
the top and bottom quantiles to cap.
# NOT RUN { Y <- rlnorm(10)%*%t(rlnorm(10)) Yw <- winsor(Y,1E-2) # }
Run the code above in your browser using DataLab