nLL_hmm: Negative log-likelihood function of an HMM

View source: R/fHMM_likelihood.R

nLL_hmmR Documentation

Negative log-likelihood function of an HMM

Description

This function computes the negative log-likelihood of an HMM.

Usage

nLL_hmm(parUncon, observations, controls)

Arguments

parUncon

An object of class parUncon.

observations

The vector of the simulated or empirical data used for estimation.

controls

An object of class fHMM_controls.

Value

The negative log-likelihood value.


fHMM documentation built on Sept. 11, 2024, 6:22 p.m.