DESP_SimpleOut(ve, method='MAD', iqr.mult=1.5, mad.mult=2.5, mad.constant=1.4826)
ve
.
ve
above Q3 + iqr.mult * (Q3-Q1) is considered as an outlier. If the method 'MAD' is chosen, any entry of ve
above Q2 + mad.mult * MAD is considered as an outlier.