space_measuring_functions: Compute Spacing Measuring Functions

View source: R/space_measuring_vectors.R

space_measuring_functionsR 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 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

Value

Data.frame with columns of discretized functions describing the space. Columns are independent functions.

See Also

fchange()

Examples

space_measuring_functions(M = 10, space = "BM", X = electricity)
space_measuring_functions(M = 10, space = "PC", X = electricity)

fChange documentation built on June 21, 2025, 9:08 a.m.