Computes one-step Tukey's biweight on a vector. Note that this implementation
follows the Affymetrix code, which is different from the Tukey's biweight
computed by the affy package.
Usage
OneStepBiweightAlgorithm(x, c, epsilon)
Arguments
x
vector of data
c
tuning constant (see details)
epsilon
fuzz value to avoid division by zero (see details)