UnivariateGenerativeModel

slash.stats.UnivariateGenerativeModel
See theUnivariateGenerativeModel companion object
class UnivariateGenerativeModel[T](hist: UnivariateHistogram[T], cumulative: TreeMap[Double, Int])(implicit evidence$1: ClassTag[T]) extends Sampleable[T]

Attributes

Companion
object
Source
UnivariateHistogram.scala
Graph
Supertypes
trait Sampleable[T]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def MAX: T

Attributes

Source
UnivariateHistogram.scala
def min: T

Attributes

Source
UnivariateHistogram.scala
def p(x: T): Double

Attributes

Source
UnivariateHistogram.scala
override def random(r: Random): T

Attributes

Definition Classes
Source
UnivariateHistogram.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
UnivariateHistogram.scala
def μ: T

Attributes

Source
UnivariateHistogram.scala

Inherited methods

inline def sample(n: Int, r: Random): Array[DOMAIN]

Attributes

Inherited from:
Sampleable
Source
Sampleable.scala