DynamicHistogramBins

case class DynamicHistogramBins(number: Int) extends HistogramBins

Create a set of StaticHistogramBins from a number and an (eventual) lower and upper bound.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(lower: Double, upper: Double): StaticHistogramBins

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product