SB_BinaryStats_diff_longstretch0 {Rcatch22}R Documentation

Function to calculate a statistical feature

Description

Function to calculate a statistical feature

Usage

SB_BinaryStats_diff_longstretch0(x)

Arguments

x

a numerical time-series input vector

Value

scalar value that denotes the calculated time-series statistic

Author(s)

Carl H. Lubba

Examples

x <- stats::rnorm(100)
outs <- SB_BinaryStats_diff_longstretch0(x)


[Package Rcatch22 version 0.2.1 Index]