The function extracts features from functional data based on known Heuristics.
For more details refer to tsfeatures::tsfeatures()
.
Under the hood this function uses the package tsfeatures::tsfeatures()
.
For more information see Hyndman, Wang and Laptev, Large-Scale Unusual Time Series Detection, ICDM 2015.
Note: Currently computes the following features:
"frequency", "stl_features", "entropy", "acf_features", "arch_stat",
"crossing_points", "flat_spots", "hurst", "holt_parameters", "lumpiness",
"max_kl_shift", "max_var_shift", "max_level_shift", "stability", "nonlinearity"
extractFDATsfeatures( scale = TRUE, trim = FALSE, trim_amount = 0.1, parallel = FALSE, na.action = na.pass, feats = NULL, ... )
scale | ( |
---|---|
trim | ( |
trim_amount | ( |
parallel | ( |
na.action | ( |
feats | ( |
... | (any) |
Hyndman, Wang and Laptev, Large-Scale Unusual Time Series Detection, ICDM 2015.
Other fda_featextractor:
extractFDABsignal()
,
extractFDADTWKernel()
,
extractFDAFPCA()
,
extractFDAFourier()
,
extractFDAMultiResFeatures()
,
extractFDAWavelets()