R/real_time_01_pca.mfd.R
pca_mfd_real_time.Rd
This function produces a list of objects,
each of them contains the result of applying pca_mfd
to
a multivariate functional data object
evolved up to an intermediate domain point.
pca_mfd_real_time(mfdobj_list, scale = TRUE, nharm = 20, ncores = 1)
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 data.
See pca_mfd
.
See pca_mfd
.
If you want parallelization, give the number of cores/threads to be used when creating objects separately for different instants.
A list of lists each produced by pca_mfd
,
corresponding to a given instant.