View source: R/space_measuring_vectors.R
space_measuring_functions | R Documentation |
This function is used to compute discretized functions, i.e. vectors, to explore functional spaces.
space_measuring_functions(X, M = 20, space = "BM")
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 |
Data.frame with columns of discretized functions describing the space. Columns are independent functions.
fchange()
space_measuring_functions(M = 10, space = "BM", X = electricity)
space_measuring_functions(M = 10, space = "PC", X = electricity)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.