This helper function simulates data for the {fHMM} package.
simulate_data(controls, true_parameters, seed = NULL)A list containing the following elements:
the matrix of time_points,
the matrix of the simulated markov_chain,
the matrix of the simulated data,
the numeric vector of fine-scale chunk sizes T_star if
controls$hierarchy = TRUE.
An object of class fHMM_controls.
An object of class fHMM_parameters, used as simulation parameters.
By default, true_parameters = NULL, i.e., sampled true parameters.
Set a seed for the data simulation. No seed per default.