EstimatedBinomial

ai.dragonfly.math.stats.probability.distributions.EstimatedBinomial
case class EstimatedBinomial(interval: Interval[Long], idealized: Binomial, : Long) extends EstimatedProbabilityDistribution[Long, Binomial]

Attributes

Source:
Binomial.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def P: Double

Attributes

Source:
Binomial.scala
def n: Long

Attributes

Source:
Binomial.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:
Binomial.scala