Click or drag to resize
PoissonDistributionTheta Property
The mean number of successes in a given time period of the Poisson probability distribution.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double Theta { get; }

Property Value

Type: Double
A double representing the mean number of successes in a given time period of the Poisson probability distribution.
See Also