Description Usage Arguments Value Examples
Predict Drawdown
1 | predict_dd(x, sp500, vix, model_fit_dd, model_fit_ddend)
|
x |
xts price series |
sp500 |
xts price series for S&P500 |
vix |
xts data series for Volatility Index |
model_fit_dd |
xgboost model fit for drawdown period prediction |
model_fit_ddend |
xgboost model fit for drawdown end period prediction |
xts object containing drawdown adjusted weights
1 | predict_dd(price_data, sp500, vix, model_fit_dd, model_fit_dd_end)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.