nLL_hhmm: Negative log-likelihood function of an HHMM

View source: R/fHMM_likelihood.R

nLL_hhmmR Documentation

Negative log-likelihood function of an HHMM

Description

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

Usage

nLL_hhmm(parUncon, observations, controls)

Arguments

parUncon

[parUncon]
An object of class parUncon.

observations

[matrix()]
The matrix of the simulated or empirical data used for estimation.

controls

[fHMM_controls]
An object of class fHMM_controls.

Value

The negative log-likelihood value.


fHMM documentation built on May 5, 2026, 5:07 p.m.