Click or drag to resize
sqx

ProbabilityPoisson_Mean Method

Function [float] Poisson_Mean([float] Lambda)
(Discrete Probability)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public static SqlDouble Poisson_Mean(
	SqlDouble Lambda
)

Parameters

Lambda
Type: System.Data.SqlTypesSqlDouble
[float]

Return Value

Type: SqlDouble
[float]
Remarks
Poisson mean function.
See Also