LikefunNBHMM: Likelihood function of the Beta-Negative Binomial HMM Model
Description
Likelihood function of the Beta-Negative Binomial HMM Model
Usage
LikefunNBHMM(ParamPool, InputPool)
Arguments
ParamPool
The parameters that will be estimated in
EM.
InputPool
The control parameters that will not be
estimated in EM
Value
optimal estimates of the parameters of interest
Details
The likelihood function of the Beta-Negative Binomial HMM
model used in EBSeqHMM. EBSeqHMM uses optim() function to
obtain the optimal estimates that minimizes the likelihood.