Description Usage Arguments Value See Also
forecasting
is a generic function. For details, see
forecasting.T1
, forecasting.Ta
,
forecasting.Tb
or general_forecasting.T
.
1 | forecasting(model, newdata, includes_transformed_newdata)
|
model |
Object generated as a model. |
newdata |
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. |
includes_transformed_newdata |
If |
A list containing the following components is returned.
M_hat |
Vector with length n. The estimated values of the dependent variable after the data trasformation. |
y_hat |
Vector with length n. The estimated values after the inverse
transformation from |
model |
Object passed by |
n |
The number of samples for |
q |
The number of variables after the data transformation. |
X |
If |
forecasting.T1
, forecasting.Ta
, and
forecasting.Tb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.