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.0.0

Syntax

C#
public virtual double Theta { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Theta As Double
Visual C++
public:
virtual property double Theta {
	double get ();
}

Field Value

A double representing the mean number of successes in a given time period of the Poisson probability distribution.

See Also