case class BoxPlotSummaryStatistics(min: Double, max: Double, lowerWhisker: Double, upperWhisker: Double, lowerQuantile: Double, middleQuantile: Double, upperQuantile: Double, outliers: Seq[Double], allPoints: Seq[Double]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BoxPlotSummaryStatistics
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BoxPlotSummaryStatistics(min: Double, max: Double, lowerWhisker: Double, upperWhisker: Double, lowerQuantile: Double, middleQuantile: Double, upperQuantile: Double, outliers: Seq[Double], allPoints: Seq[Double])

Value Members

  1. val allPoints: Seq[Double]
  2. val lowerQuantile: Double
  3. val lowerWhisker: Double
  4. val max: Double
  5. val middleQuantile: Double
  6. val min: Double
  7. val outliers: Seq[Double]
  8. def toString(): String
    Definition Classes
    BoxPlotSummaryStatistics → AnyRef → Any
  9. val upperQuantile: Double
  10. val upperWhisker: Double