ldhmm.read_sample_object | R Documentation |
This utility is used to read sample ldhmm object so that the user doesn't need to go through lengthy optimization process to obtain a trained HMM for advanced features.
ldhmm.read_sample_object(symbol = "spx-daily-m10", extdata_dir = NULL)
symbol |
Character for the symbol of the time series. Default is |
extdata_dir |
optionally specify user's own extdata folder |
The ldhmm object
Stephen H-T. Lihn
hs <- ldhmm.read_sample_object() # SPX daily 10-state HMM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.