Packages

o

scalation.columnar_db

QuartileXOutlier

object QuartileXOutlier extends Outlier

Detect outliers in the vector by treating anything that falls below the 1st Quartile or above the 3rd Quartile as an Outlier.

Linear Supertypes
Outlier, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QuartileXOutlier
  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 vector by treating anything that falls X times below the 1st Quartile or above the 3rd Quartile as an Outlier.

    Detect outliers in the vector by treating anything that falls X times below the 1st Quartile or above the 3rd Quartile as an Outlier.

    c

    the column/vector with the possible outliers

    args

    if present, args(0) gives the eXpansion multiplier

    Definition Classes
    QuartileXOutlierOutlier