nLL_hhmm {fHMM}R 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

An object of class parUncon.

observations

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

controls

An object of class fHMM_controls.

Value

The negative log-likelihood value.


[Package fHMM version 1.3.0 Index]