This function is used to compute discretized functions, i.e. vectors, to
explore functional spaces.
Usage
space_measuring_functions(X, M = 20, space = "BM")
Value
Data.frame with columns of discretized functions describing the space.
Columns are independent functions.
Arguments
X
A dfts object or data which can be automatically converted to that
format. See dfts().
M
Integer for the number of functions to generate.
space
String for the space of interest. Options are Brownian motion
('BM'), principal components ('PC'), and vectors in iid standard,
random normals ('RN'). Additional options are forthcoming