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