# NOT RUN {
### fitting a 2-state HMM with state-dependent t-distributions to simulated data
controls = list(
path = tempdir(),
id = "test",
model = "hmm",
states = 2,
sdds = "t",
horizon = 200,
fit = list("runs" = 10, "seed" = 1)
)
fit_hmm(controls)
# }
Run the code above in your browser using DataLab