mHMMfast: Get estimations with mHMMfast

View source: R/mHMMfast.R

mHMMfastR Documentation

Get estimations with mHMMfast

Description

Get estimations with mHMMfast

Usage

mHMMfast(
  s_data,
  gen,
  xx = NULL,
  start_val,
  mcmc,
  return_path = FALSE,
  print_iter,
  show_progress = TRUE,
  gamma_hyp_prior = NULL,
  emiss_hyp_prior = NULL,
  gamma_sampler = NULL,
  emiss_sampler = NULL
)

Value

#' @return mHMM returns an object of class mHMM, which has print and summary methods to see the results.


smildiner/simHMM documentation built on July 17, 2022, 2 p.m.