Click or drag to resize
sqx

ProbabilityExponential_Rate_MLE Method

Function [float] Exponential_Rate_MLE([bigint] N, [float] SumValue, [bit] Population)
(Continuous Probability)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public static SqlDouble Exponential_Rate_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
Exponential distribution parameter estimation function (MLE).
See Also