MLE: Numerical Maximum Likelihood Estimator

MLER Documentation

Numerical Maximum Likelihood Estimator

Description

The parameters Maximum Likelihood Estimation is obtained by numerical optimization.

Usage

MLE(nvData, strDistribution, lDensityExpr)

Arguments

nvData

The vector of the data.

strDistribution

The distribution name.

lDensityExpr

The distribution expression,

Value

A list with distribution name, distribution parameters, value of the objective function corresponding to the parameters, additional information returned by the optimizer, convergence of the algorithm.


OBRE documentation built on July 9, 2023, 5:53 p.m.

Related to MLE in OBRE...