The weighted boundary test is calculated in a way similar to the
BOUNDS test, but taking into account how far the outliers are from
the boundaries
of the reference data. The score is
computed as
| (3) |
where
is the number of actual data, and
is a function of
the distance of the
value from the reference range, defined as
| [IMAGE png] | (4) |
with
and
distance of
from the nearest
boundary. This computation allows giving less importance to ``near''
outliers and more importance to ``far'' outliers. The default value of
, a multiplier of the min-max range, is
; this can be changed
to modify the index sensitivity.
The WBOUNDS score is forced to
if the above computation yields a
negative value, for consistency with the other indexes and to keep its
meaning in the variable score computation. The actual value can be
retrieved through the tests' statistics.