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
Ordering
- Alphabetic
- By Inheritance
Inherited
- BoxPlotSummaryStatistics
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BoxPlotSummaryStatistics(min: Double, max: Double, lowerWhisker: Double, upperWhisker: Double, lowerQuantile: Double, middleQuantile: Double, upperQuantile: Double, outliers: Seq[Double], allPoints: Seq[Double])
Value Members
- val allPoints: Seq[Double]
- val lowerQuantile: Double
- val lowerWhisker: Double
- val max: Double
- val middleQuantile: Double
- val min: Double
- val outliers: Seq[Double]
-
def
toString(): String
- Definition Classes
- BoxPlotSummaryStatistics → AnyRef → Any
- val upperQuantile: Double
- val upperWhisker: Double