This function implements the monitoring phase (Phase II) of FRTM method.
FRTM_PhaseII(data_oc, mod_phaseI, ncores =1)
Arguments
data_oc: A list containing the following arguments: x_err a list containing the discrete observations for each curve to be monitored; grid_i a list of vector of time points where the curves to be monitored are sampled.
mod_phaseI: An object of class mod_phaseI_FRTM obtained as output of the function FRTM_PhaseI.
ncores: If ncores>1, then parallel computing is used, with ncores cores. Default is 1.
Returns
A list containing the following arguments:
T2_fd List of T2 functions for each observation.
SPE_fd List of SPE functions for each observation.
CL_T2 Control limit of the Hotelling's T2 control chart.
CL_SPE Control limit of the SPE control chart.
x_err A list containing the discrete observations for each curve.
grid_i A list of vector of time points where the curves are sampled.
x_list_smooth Smooth curves.
mod_phaseI An object of class mod_phaseI_FRTM obtained as output of the function FRTM_PhaseI.
Centofanti, F., A. Lepore, M. Kulahci, and M. P. Spooner (2024). Real-time monitoring of functional data. Accepted for publication in Journal of Quality Technology.