catch22_all {Rcatch22} | R Documentation |
Automatically run every time-series feature calculation included in the catch22 set
Description
Automatically run every time-series feature calculation included in the catch22 set
Usage
catch22_all(data, catch24 = FALSE)
Arguments
data |
a numerical time-series input vector |
catch24 |
a Boolean of whether to include mean and standard deviation as features |
Value
object of class DataFrame that contains the summary statistics for each feature
Author(s)
Trent Henderson & Carl H. Lubba
Examples
data <- stats::rnorm(100)
outs <- catch22_all(data)
[Package Rcatch22 version 0.2.1 Index]