R/mixmod_gibbs_functions.R
sample.phi.mixmod.Rd
Estimates values of phi matrix for use in characterizing distributions of the movement variables. Not for calling directly by users.
sample.phi.mixmod(alpha, nmaxclust, nbins, ndata.types, nmat)
numeric. A hyperparameter for the Dirichlet distribution.
numeric. A single number indicating the maximum number of clusters to test.
numeric. A vector of the number of bins used to discretize each
data stream. These must be in the same order as the columns within
dat
.
numeric. The number of data streams being analyzed.
A list based on SummarizeDat
C++ function to help
with multinomial draws.
A list of proportion estimates that characterize distributions (bins) for each data stream and possible behavioral state.