CO_trev_1_num {Rcatch22} | R Documentation |
Function to calculate a statistical feature
CO_trev_1_num(x)
x |
a numerical time-series input vector |
scalar value that denotes the calculated time-series statistic
Carl H. Lubba
x <- stats::rnorm(100)
outs <- CO_trev_1_num(x)