space_measuring_functions {fChange} | R Documentation |
Compute Spacing Measuring Functions
Description
This function is used to compute discretized functions, i.e. vectors, to explore functional spaces.
Usage
space_measuring_functions(X, M = 20, space = "BM")
Arguments
X |
A dfts object or data which can be automatically converted to that
format. See |
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 |
Value
Data.frame with columns of discretized functions describing the space. Columns are independent functions.
See Also
Examples
space_measuring_functions(M = 10, space = "BM", X = electricity)
space_measuring_functions(M = 10, space = "PC", X = electricity)
[Package fChange version 2.1.0 Index]