NlLike: Negative Log-Likelihood

NlLikeR Documentation

Negative Log-Likelihood

Description

The function compute the Negative Log-Likelihood value that has to be used for optimization in MLE function.

Usage

NlLike(nvTheta, nvData, lDensityExpr)

Arguments

nvTheta

Parameters of the distribution.

nvData

The vector of the data.

lDensityExpr

The distribution density espressions.

Value

Negative log likelihood value.


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

Related to NlLike in OBRE...