Get a list of function-on-function linear regression models estimated on functional data each evolving up to an intermediate domain point.
Get a list of function-on-function linear regression models estimated on functional data each evolving up to an intermediate domain point.
This function produces a list of objects, each of them contains the result of applying fof_pc to a functional response variable and multivariate functional covariates evolved up to an intermediate domain point.
mfdobj_y_list: A list created using get_mfd_df_real_time or get_mfd_list_real_time, denoting a list of functional data objects, each evolving up to an intermediate domain point, with observations of the functional response variable.
mfdobj_x_list: A list created using get_mfd_df_real_time or get_mfd_list_real_time, denoting a list of functional data objects, each evolving up to an intermediate domain point, with observations of the multivariate functional covariates.
tot_variance_explained_x: See fof_pc.
tot_variance_explained_y: See fof_pc.
tot_variance_explained_res: See fof_pc.
components_x: See fof_pc.
components_y: See fof_pc.
type_residuals: See fof_pc.
ncores: If you want parallelization, give the number of cores/threads to be used when creating objects separately for different instants.
Returns
A list of lists each produced by fof_pc, corresponding to a given instant.