Click or drag to resize
sqx

ProbabilityGeometric_PMF Method

Function [float] Geometric_PMF([int] k, [float] P)
(Discrete Probability)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public static SqlDouble Geometric_PMF(
	SqlInt32 k,
	SqlDouble P
)

Parameters

k
Type: System.Data.SqlTypesSqlInt32
[int]
P
Type: System.Data.SqlTypesSqlDouble
[float]

Return Value

Type: SqlDouble
[float]
Remarks
Geometric probability mass function.
Support: [0,+∞)
See Also