Click or drag to resize
sqx

ProbabilityGeometricShifted_P_MLE Method

Function [float] GeometricShifted_P_MLE([bigint] N, [float] SumValue, [bit] Population)
(Discrete Probability)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public static SqlDouble GeometricShifted_P_MLE(
	SqlInt64 N,
	SqlDouble SumValue,
	SqlBoolean Population
)

Parameters

N
Type: System.Data.SqlTypesSqlInt64
[bigint]
SumValue
Type: System.Data.SqlTypesSqlDouble
[float]
Population
Type: System.Data.SqlTypesSqlBoolean
[bit]

Return Value

Type: SqlDouble
[float]
Remarks
Geometric Shifted parameter estimation function MLE.
See Also