Description Usage Arguments Value
View source: R/rolling_exuber.R
Function calculates radf values from exuber package on rolling window.
| 1 2 3 4 5 6 7 | rolling_exuber(
  prices_panel,
  row_index = 1:nrow(prices_panel),
  windows = c(200),
  workers = 4L,
  exuber_lag = 0L
)
 | 
| prices_panel | a data.table object with columns: symbol, datetime, close. | 
| row_index | row index for which to calculate radf values. | 
| windows | Length of window for calculating forecasts on rolling window. | 
| workers | Number of workers for parallel processing | 
| exuber_lag | exuber lag. | 
Data.table with new features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.