R/real_time_00_mfd.R
get_mfd_array_real_time.Rd
This function produces a list functional data objects, each evolving up to an intermediate domain point, that can be used to estimate models that allow real-time predictions of incomplete functions, from the current functional domain up to the end of the observation, and to build control charts for real-time monitoring.
It calls the function get_mfd_array
for each domain point.
See get_mfd_array
.
See get_mfd_array
.
See get_mfd_array
.
See get_mfd_array
.
See get_mfd_array
.
See get_mfd_array
.
See get_mfd_array
.
See get_mfd_array
.
A vector of values between 0 and 1, containing the domain points over which functional data are to be evaluated in real time. If the domain is the interval (a,b), for each instant k in the sequence, functions are evaluated in (a,k(b-a)).
If you want parallelization, give the number of cores/threads to be used when creating mfd objects separately for different instants.
A list of mfd
objects as produced by
get_mfd_array
.