TukeyBiweight(x, const = 9)
numeric
vectorconst
is preassigned a value of 9
according to the Cook reference below but other values are
possible.numeric
mean.const
determines the point at which
outliers are given a weight of 0 and therefore do not contribute to
the calculation of the mean. const = 9
sets values roughly
+/-6 standard deviations to 0. const = 6
is also used in
tree-ring chronology development. Cook and Kairiukstis (1990) have
further details.
An exact summation algorithm (Shewchuk 1997) is used. When some
assumptions about the rounding of floating point numbers and
conservative compiler optimizations hold, summation error is
completely avoided. Whether the assumptions hold depends on the
platform, i.e. compiler and CPU.HuberM
, RobRange
, RobScale