Click or drag to resize
sqx

ProbabilityTruncatedPoisson_PPF Method

Function [int] TruncatedPoisson_PPF([float] F, [float] Lambda)
(Discrete Probability)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public static SqlInt32 TruncatedPoisson_PPF(
	SqlDouble F,
	SqlDouble Lambda
)

Parameters

F
Type: System.Data.SqlTypesSqlDouble
[float]
Lambda
Type: System.Data.SqlTypesSqlDouble
[float]

Return Value

Type: SqlInt32
[int]
Remarks
Truncated Poisson percent point function.
See Also