Click or drag to resize
sqx

ProbabilityStdLogistic_PPF Method

Function [float] StdLogistic_PPF([float] F)
(Continuous Probability)

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

Parameters

F
Type: System.Data.SqlTypesSqlDouble
[float]

Return Value

Type: SqlDouble
[float]
Remarks
Standard Logistic percent point function.
See Also