Learn R Programming

Rcatch22 (version 0.2.3)

DN_Spread_Std: Function to calculate a statistical feature

Description

Function to calculate a statistical feature

Usage

DN_Spread_Std(x)

Value

scalar value that denotes the calculated time-series statistic

Arguments

x

a numerical time-series input vector

Author

Trent Henderson

Examples

Run this code
x <- stats::rnorm(100)
outs <- DN_Spread_Std(x)

Run the code above in your browser using DataLab