predict_fd | R Documentation |
Predicts the values of new data using the output from the train_fd function. Returns the calculated residuals and the plotting statistic.
predict_fd(model, new_data, new_data_exog = NULL, pstat0 = NULL)
model |
Output from the train_fd function. |
new_data |
A multivariate time series in dataframe or matrix form. |
A named list including the plotting statistic and residuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.