View source: R/Observation_functions.r
mvms_dmat | R Documentation |
Functions that compute the probability matrix of the observations given the state for various models. Currently only CJS, MS models and MS models with state uncertainty are included.
mvms_dmat(pars, m, F, T, sup)
pars |
list of real parameter matrices (id by occasion) for each type of parameter |
m |
number of states |
F |
initial occasion vector |
T |
number of occasions |
sup |
list of supplemental information that may be needed by the function but only needs to be computed once |
4-d array of id and occasion-specific observation probability matrices - state-dependent distributions in Zucchini and MacDonald (2009)
Jeff Laake
Zucchini, W. and I.L. MacDonald. 2009. Hidden Markov Models for Time Series: An Introduction using R. Chapman and Hall, Boca Raton, FL. 275p.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.