Description Usage Arguments Value
Create a wrapper around forunco that takes data from sql server or spark and predicts the future timesteps with forunco logic.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | .rx_forecast(
keys,
data,
h,
levels,
methods,
pp_methods,
point_combination,
pi_combination_upper,
pi_combination_lower,
pool_limit,
error_fun,
weight_fun,
val_h,
sov_only,
max_years,
val_min_years,
cv_min_years,
cv_max_samples,
allow_negatives,
...
)
|
keys |
key of the time series, integer |
data |
data of the time series passed by rxExecBy |
params |
function parameters by rxExecBy |
forunco object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.