DN_Spread_Std {Rcatch22} | R Documentation |
Function to calculate a statistical feature
DN_Spread_Std(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_Spread_Std(x)