prepare_data | R Documentation |
This function simulates or reads financial data for the {fHMM} package.
prepare_data(controls, true_parameters = NULL, seed = NULL)
controls |
An object of class |
true_parameters |
An object of class |
seed |
Set a seed for the data simulation. No seed per default. |
An object of class fHMM_data
.
controls <- set_controls()
data <- prepare_data(controls)
class(data)
summary(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.