HistogramData

org.nspl.data.HistogramData
See theHistogramData companion object
case class HistogramData(bins: Map[(Double, Double, Double), Double], minX: Double, maxX: Double, maxY: Double, n: Int, lastBinUpperBound: Double)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def toScatter: Seq[(Double, Double, Double, Double, Double)]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product