catch22_all: Automatically run every time-series feature calculation...

View source: R/catch22_all.R

catch22_allR 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)


Rcatch22 documentation built on June 3, 2022, 9:08 a.m.