| forecasting {MTSYS} | R Documentation |
Function to predict a forecasting for a family of Taguchi (T) methods
Description
forecasting is a generic function. For details, see
forecasting.T1, forecasting.Ta,
forecasting.Tb or general_forecasting.T.
Usage
forecasting(model, newdata, includes_transformed_newdata)
Arguments
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 |
Value
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 |
See Also
forecasting.T1, forecasting.Ta, and
forecasting.Tb