 | 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)
Syntaxpublic 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]
RemarksExponential distribution parameter estimation function (MLE).
See Also