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 |
A |
sdd |
A |
mu |
A |
sigma |
A |
df |
A |
seed |
Sets a seed for the observation sampling. |
total_length |
An |
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.