PoissonDistributionTheta Property |
The mean number of successes in a given time period of the
Poisson probability distribution.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double Theta { get; }
Public Overridable ReadOnly Property Theta As Double
Get
public:
virtual property double Theta {
double get ();
}
abstract Theta : float with get
override Theta : float with 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