sim_HMM: Simulates a HMM for the given elements

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Simulates a HMM for the given elements

Usage

1
sim_HMM(initial_prop, n_sims, A, state_sym, B, obs_sym)

Arguments

initial_prop

pi

n_sims

number of observations

A

transition matrix for chain

state_sym

state symbols

B

observation matrix

obs_sym

observation states

Value

list with states as levels and symbols, also observations as levels and symbols


jonotuke/HMMCPP documentation built on May 19, 2019, 8:34 p.m.