nLL_hmm {fHMM} | R 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 |
observations |
The vector of the simulated or empirical data used for estimation. |
controls |
An object of class |
Value
The negative log-likelihood value.
[Package fHMM version 1.4.1 Index]