| hanaml.AdditiveModelForecast {hana.ml.r} | R Documentation |
hanaml.AdditiveModelForecast is a R wrapper for PAL additive model forecast algorithm.
hanaml.AdditiveModelForecast(conn.context,
data = NULL,
holiday = NULL,
growth = NULL,
logistic.growth.capacity = NULL,
seasonality.mode = NULL,
seasonality = NULL,
num.changepoints = NULL,
changepoint.range = NULL,
regressor = NULL,
changepoints = NULL,
yearly.seasonality = NULL,
weekly.seasonality = NULL,
daily.seasonality = NULL,
seasonality.prior.scale = NULL,
holiday.prior.scale = NULL,
changepoint.prior.scale = NULL)
conn.context |
|
data |
|
holiday |
|
growth |
|
logistic.growth.capacity |
|
seasonality.mode |
|
seasonality |
|
num.changepoints |
|
changepoint.range |
|
regressor |
|
changepoints |
|
yearly.seasonality |
|
weekly.seasonality |
|
daily.seasonality |
|
seasonality.prior.scale |
|
holiday.prior.scale |
|
changepoint.prior.scale |
|
R6Class object.
Additive model forecast is an approach to forecast time series.
Return a "AdditiveModelForecast" object with following values:
model : DataFrame
Fitted model.