Packages

package numeric

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

Type Members

  1. trait AxisDescriptor extends AnyRef
  2. final case class Bounds(min: Double, max: Double) extends Product with Serializable
  3. 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
  4. case class ContinuousAxisDescriptor(bounds: Bounds, numTicksRequested: Int, fixed: Boolean) extends AxisDescriptor with Product with Serializable
  5. trait Datum2d[A <: Datum2d[A]] extends Point2d
  6. case class DiscreteAxisDescriptor(_ticks: Seq[(String, Double)]) extends AxisDescriptor with Product with Serializable
  7. type Grid = Vector[Vector[Double]]
  8. final case class GridData(grid: Grid, xBounds: Bounds, yBounds: Bounds, zBounds: Bounds, xSpacing: Double, ySpacing: Double) extends Product with Serializable
  9. final case class Point(x: Double, y: Double) extends Datum2d[Point] with Product with Serializable
  10. trait Point2d extends AnyRef
  11. final case class Point3(x: Double, y: Double, z: Double) extends Product with Serializable
  12. 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

  1. object AxisDescriptor
  2. object Bounds extends Serializable
  3. object BoxPlotSummaryStatistics extends Serializable
  4. object KernelDensityEstimation
  5. object Labeling
  6. object MarchingSquares
  7. object Point extends Serializable
  8. object Point3 extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped