 | IntRandomPoissonDistributionLambda Property |
Gets the distribution parameter (mean).
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic double Lambda { get; }
Public ReadOnly Property Lambda As Double
Get
public:
property double Lambda {
double get ();
}
member Lambda : float with get
Property Value
Type:
Double
See Also