R/rhmm.R

Defines functions rhmm

Documented in rhmm

rhmm <- function(model,...,nsim,verbose=FALSE){
#
# Generic function rhmm (r for random) to simulate data from a
# hidden Markov model with discrete emissions the probabilities
# of which are specified non-parametrically (i.e. by means of a
# table or tables).
#
UseMethod("rhmm")
}

Try the hmm.discnp package in your browser

Any scripts or data that you put into this service are public.

hmm.discnp documentation built on Sept. 26, 2022, 5:05 p.m.