Skip to contents

Returns TRUE for those elements that are less than Q1 - scale * IQR or more than Q3 + scale * IQR, and FALSE otherwise.

Usage

fads_get_outliers(numbers, scale = 5)

Arguments

numbers

TODO

scale

Scale factor that is used to calculate how much a datapoint can deviate from the bulk before it is considered an outlier.

Value

TODO