Emission Class
Emission-class.RdThe `Emission` class is a generic container for the model used in excess count detection. It defines the probability distributions that describe the emission process in the model.
Slots
nameA character string giving the name of the emission.
muA numeric matrix where each column stores the mean (`mu`) for the respective hidden state of the model.
excode_formulaAn object of class `excodeFormula` specifying the model formula used to describe the emission process.
glmAn object of class `glm` representing the fitted generalized linear model for the emission.