EstimatedPoisson

slash.stats.probability.distributions.EstimatedPoisson
case class EstimatedPoisson(bounds: Interval[Long], idealized: Poisson, sampleMass: BigDecimal) extends EstimatedProbabilityDistribution[Long, Poisson]

Attributes

Source
Poisson.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SampledBoundedMean[Long]
trait SampledMass
trait SampledMean
trait SampledBounds[Long]
trait Sampleable[Long]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def sampleLambda: Double

Attributes

Source
Poisson.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
Poisson.scala
def λ: Double

Attributes

Source
Poisson.scala

Inherited methods

inline def p(x: Long): Double

Probability Densidy Function: PDF Computes the probability of drawing sample x from this distribution.

Probability Densidy Function: PDF Computes the probability of drawing sample x from this distribution.

Value parameters

x

a sample

Attributes

Returns

Probability(x)

Inherited from:
EstimatedProbabilityDistribution
Source
EstimatedProbabilityDistribution.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
inline override def random(r: Random): DOMAIN
inline def sample(n: Int, r: Random): Array[DOMAIN]

Attributes

Inherited from:
Sampleable
Source
Sampleable.scala
inline override def sampleMean: Double
inline override def sampleVariance: Double
inline def μ: Double

Attributes

Inherited from:
SampledMean
Source
SamplePointStatistics.scala
inline def σ: Double

Attributes

Inherited from:
SampledVariance
Source
SamplePointStatistics.scala
inline def σ²: Double

Attributes

Inherited from:
SampledVariance
Source
SamplePointStatistics.scala
inline def : BigDecimal

Attributes

Inherited from:
SampledMass
Source
SamplePointStatistics.scala

Inherited fields

lazy val sampleStandardDeviation: Double

Attributes

Inherited from:
SampledVariance
Source
SamplePointStatistics.scala