sigthresh(x, e, threshold, sigma)
"logical"
indicating samples that should be excluded from any calculationsIteratively converges on a threshold for which the mean of the values below the threshold is sigma standard deviations away from the threshold
d <- with(highspeed, pva(x,y,1250,1024,768,.38,.30,.67)) sigthresh(d$v,d$blinks,80,5)[1] 137.2972