Packages

trait Outlier extends AnyRef

The Outlier trait specifies an outlier detection operation to be defined by the objects implementing it, i.e., DistanceOutlier - outlier = beyond 'STDDEV_CUTOFF' units from mean QuantileOutlier - outlier = in the 'PERCENTILE' tails of the distribution QuartileOutlier - outlier = 'X_MULTIPLIER' times beyond the middle two quartiles

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Outlier
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def rmOutliers(c: Vec, args: Double*): Unit

    Find outliers in column/vector 'c' and mark them as missing values.

    Find outliers in column/vector 'c' and mark them as missing values.

    c

    the column/vector with the possible outlier values

    args

    optional double paramters