Click or drag to resize
sqx

ProbabilityBernoulliD_CDF Method

Function [float] BernoulliD_CDF([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 BernoulliD_CDF(
	SqlInt32 k,
	SqlDouble p
)

Parameters

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

Return Value

Type: SqlDouble
[float]
Remarks
Discrete Bernoulli cumulative distribution function.
Support: [0|1]
See Also