Packages

o

scalation.columnar_db

DistanceOutlier

object DistanceOutlier extends Outlier

Detect outliers in the vector by treating anything that falls outside of some distance from the mean as an outlier.

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

Value Members

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

    Detect outliers in the column/vector by treating anything that falls outside of the distance 'multipler * stddev' from the mean as an outlier.

    Detect outliers in the column/vector by treating anything that falls outside of the distance 'multipler * stddev' from the mean as an outlier.

    c

    the column/vector with the possible outliers

    args

    if present, args(0) gives stddev cutoff value

    Definition Classes
    DistanceOutlierOutlier