powered by
Automatically run every time-series feature calculation included in the catch22 set
catch22_all(data, catch24 = FALSE)
object of class DataFrame that contains the summary statistics for each feature
a numerical time-series input vector
a Boolean of whether to include mean and standard deviation as features
Trent Henderson & Carl H. Lubba
data <- stats::rnorm(100) outs <- catch22_all(data)
Run the code above in your browser using DataLab