Learn R Programming

Rcatch22 (version 0.2.3)

catch22_all: 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)

Value

object of class DataFrame that contains the summary statistics for each feature

Arguments

data

a numerical time-series input vector

catch24

a Boolean of whether to include mean and standard deviation as features

Author

Trent Henderson & Carl H. Lubba

Examples

Run this code
data <- stats::rnorm(100)
outs <- catch22_all(data)

Run the code above in your browser using DataLab