Description Usage Arguments Value See Also Examples
fitVIX - Fit a basic statistical model to VIX data
1 |
Data |
A VIX object (returned by vix_calc()) |
fit_type |
The type of model required, either linear regression ( |
Returns a list of class fitVIX which includes the model details as well as fit type used
1 2 | SampleData <- data.frame('VIX' = runif(450, 9, 9.7))
fitVIX(SampleData, fit_type = 'smooth.spline')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.