Fit.markov {dirichletprocess} | R Documentation |
Fit a Hidden Markov Dirichlet Process Model
Description
Fit a Hidden Markov Dirichlet Process Model
Usage
## S3 method for class 'markov'
Fit(dpObj, its, updatePrior = F, progressBar = F)
Arguments
dpObj |
Initialised Dirichlet Process object |
its |
Number of iterations to use |
updatePrior |
Logical flag, defaults to |
progressBar |
Logical flag indicating whether to display a progress bar. |
Value
A Dirichlet Process object with the fitted cluster parameters and states.
[Package dirichletprocess version 0.4.2 Index]