forecasting
is a generic function. For details, see
forecasting.T1
, forecasting.Ta
,
forecasting.Tb
or general_forecasting.T
.
forecasting(model, newdata, includes_transformed_newdata)
Object generated as a model.
Matrix with n rows (samples) and p columns (variables). The Data to be estimated. All data should be continuous values and should not have missing values.
If TRUE
, then the transformed data
for newdata
are included in a
return object.
A list containing the following components is returned.
Vector with length n. The estimated values of the dependent variable after the data trasformation.
Vector with length n. The estimated values after the inverse
transformation from M_hat
.
Object passed by model
.
The number of samples for newdata
.
The number of variables after the data transformation.
If includes_transformed_newdata
is TRUE
, then the
transformed data for newdata
are included.