package numeric
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- numeric
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait AxisDescriptor extends AnyRef
- final case class Bounds(min: Double, max: Double) extends Product with Serializable
- 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
- case class ContinuousAxisDescriptor(bounds: Bounds, numTicksRequested: Int, fixed: Boolean) extends AxisDescriptor with Product with Serializable
- trait Datum2d[A <: Datum2d[A]] extends Point2d
- case class DiscreteAxisDescriptor(_ticks: Seq[(String, Double)]) extends AxisDescriptor with Product with Serializable
- type Grid = Vector[Vector[Double]]
- final case class GridData(grid: Grid, xBounds: Bounds, yBounds: Bounds, zBounds: Bounds, xSpacing: Double, ySpacing: Double) extends Product with Serializable
- final case class Point(x: Double, y: Double) extends Datum2d[Point] with Product with Serializable
- trait Point2d extends AnyRef
- final case class Point3(x: Double, y: Double, z: Double) extends Product with Serializable
- case class Point3d[Z](x: Double, y: Double, z: Z)(implicit evidence$1: Numeric[Z]) extends Datum2d[Point3d[Z]] with Product with Serializable
Value Members
- object AxisDescriptor
- object Bounds extends Serializable
- object BoxPlotSummaryStatistics extends Serializable
- object KernelDensityEstimation
- object Labeling
- object MarchingSquares
- object Point extends Serializable
- object Point3 extends Serializable