predict_fd: Apply Method

View source: R/predict.R

predict_fdR Documentation

Apply Method

Description

Predicts the values of new data using the output from the train_fd function. Returns the calculated residuals and the plotting statistic.

Usage

predict_fd(model, new_data, new_data_exog = NULL, pstat0 = NULL)

Arguments

model

Output from the train_fd function.

new_data

A multivariate time series in dataframe or matrix form.

Value

A named list including the plotting statistic and residuals.


dpweix/mlmcusum documentation built on July 31, 2023, 10:13 a.m.