| simulate_observations | R Documentation |
This function simulates state-dependent observations.
simulate_observations(
markov_chain,
sdd,
mu,
sigma = NULL,
df = NULL,
seed = NULL,
total_length = length(markov_chain)
)
markov_chain |
[ |
sdd |
[ |
mu |
[ |
sigma |
[ |
df |
[ |
seed |
[ |
total_length |
[ |
A numeric vector of length total_length, where the first
length(markov_chain) elements are numeric values and the last
total_length - length(markov_chain) elements are NA_real_.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.