| predict.AdditiveModelForecast {hana.ml.r} | R Documentation |
Similar to other predict methods, this function predicts fitted values from a fitted "AdditiveModelForecast" object.
## S3 method for class 'AdditiveModelForecast' predict(model, data, logistic.growth.capacity = NULL, interval.width = NULL, uncertainty.samples = NULL)
model |
|
data |
|
logistic.growth.capacity |
|
interval.width |
|
uncertainty.samples |
|
Predicted values are returned as a DataFrame, structured as follows.
ID column, type timestamp.
YHAT, type DOUBLE, representing predicted values.
YHAT_LOWER, type DOUBLE, lower bound of confidence region.
YHAT_UPPER, type DOUBLE, upper bound of confidence region.