Click or drag to resize
sqx

ProbabilityGeometricShifted_PPF Method

Function [int] GeometricShifted_PPF([float] F, [float] P)
(Discrete Probability)

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

Parameters

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

Return Value

Type: SqlInt32
[int]
Remarks
Geometric Shifted percent point function.
See Also