powered by
utild2clean
utild2clean(d2arr0, d2arr1, method = "bothends", nsigma = 3)
method='bothends' remove outliers from both side of a distribution (default)
method='bothends'
method='left' remove outliers from left side
method='left'
method='right' remove outliers from right side
method='right'
utild1clean
s0<-array(c(-1,1,3,7,10),c(2,5)) s1<-array(c(rep(c(1,2),7),20), c(5,3)) s0;s1 a<-utild2clean(d2arr0=s0, d2arr1=s1); a a<-utild2clean(s0, s1, method='left', nsigma=0.3); a
Run the code above in your browser using DataLab