Defining partially observed bidimensional functional data terms in VDPO formulae
ffpo_2d.RdAuxiliary function used to define ffpo_2d terms within VDPO model
formulae.
Value
The function is interpreted in the formula of a VDPO model.
list containing the following elements:
B_ffpo2ddesign matrix.Phi_ffpo2dbidimensional B-spline basis used for the functional coefficient.M_ffpo2dthemissing_pointsused as input in the function.nbasisnumber of the basis used.
Details
The difference between miss_points and missing_points is the format in which the data is presented.
miss_points is a list of lists where each inner list corresponds
to the observation points in the y-axis and contains the observation points
of the missing values for the x-axis. miss_points acts as a guide for
identifying and addressing missing observations in functional data and is used
for properly calculating the inner product matrix.
missing_points is a list where each element is a matrix
containing the missing observations points.