dot-rx_forecast: Wrapper to forecast with RevoscaleR

Description Usage Arguments Value

Description

Create a wrapper around forunco that takes data from sql server or spark and predicts the future timesteps with forunco logic.

Usage

 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,
  ...
)

Arguments

keys

key of the time series, integer

data

data of the time series passed by rxExecBy

params

function parameters by rxExecBy

Value

forunco object


yvesmauron/univariate-time-series-forecasting documentation built on March 2, 2020, 12:20 a.m.