Filtering data by certain floor, ceiling, max/min ratio, and max - min difference.
filtering(x, lt=20, ut=16000, mmr=3, mmd=200)
An dataframe or matrix after the filtering
a data frame or matrix of input data.
floor value replaces those less than it with the value
ceiling value replaced those greater than it with the value
the max/min ratio, rows with max/min < mmr will be removed
the max - min difference, rows with (max - min) < mmd will be removed
Jun Yan <jyan@stat.uiowa.edu>
normalize
.