powered by
Function to calculate a statistical feature
DN_Spread_Std(x)
scalar value that denotes the calculated time-series statistic
a numerical time-series input vector
Trent Henderson
x <- stats::rnorm(100) outs <- DN_Spread_Std(x)
Run the code above in your browser using DataLab