Poisson

ai.dragonfly.math.stats.probability.distributions.Poisson
See thePoisson companion object

🐟

Attributes

Companion:
object
Source:
Poisson.scala
Graph
Supertypes

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Poisson.scala
def p(k: 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.

Attributes

x

a sample

Returns:

Probability(x)

Source:
Poisson.scala
override def random(r: Random): Long

Attributes

Definition Classes
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

Concrete fields

override val μ: Double

Attributes

Source:
Poisson.scala
lazy val σ: Double

Attributes

Source:
Poisson.scala
override val σ²: Double

Attributes

Source:
Poisson.scala

Inherited fields