Learn R Programming

daltoolbox (version 1.1.727)

do_predict: Predict Time Series Model

Description

The actual time series model prediction. This method should be override by descendants.

Usage

do_predict(obj, x)

Value

returns the predicted values

Arguments

obj

an object representing the fitted model or algorithm

x

a matrix or data.frame containing the input features for making predictions