View source: R/extractFDAFeaturesMethods.R
extractFDATsfeatures | R Documentation |
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) |
(data.frame)
Hyndman, Wang and Laptev, Large-Scale Unusual Time Series Detection, ICDM 2015.
Other fda_featextractor:
extractFDABsignal()
,
extractFDADTWKernel()
,
extractFDAFPCA()
,
extractFDAFourier()
,
extractFDAMultiResFeatures()
,
extractFDAWavelets()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.