eep_nll: The EEP Negative Log-likelihood Function.

View source: R/GEC_estimation.R

eep_nllR Documentation

The EEP Negative Log-likelihood Function.

Description

This function serves as the objective function for the Maximum Likelihood Estimation procedure for EEP.

Usage

eep_nll(x, m, data)

Arguments

x

Vector of parameters.

m

The number of data items less than the density change point.

data

Observations.

Details

eep_nll

Value

A scalar that represents the negative loglikelihood of a EEP sample given the model parameter and the data.

Examples

eep_nll(c(2,2),50,seq(1:100))

GEC documentation built on Oct. 24, 2023, 5:06 p.m.

Related to eep_nll in GEC...