Skip to contents

Calculate all features in the package on an input vector

Usage

get_properties(y)

Arguments

y

numeric vector of values

Value

data.frame that contains the summary statistics for each feature

Author

Trent Henderson

Examples

y <- arima.sim(model = list(ar = 0.8), n = 1000)
outs <- get_properties(y)
#> All values occur once. Cannot compute mode. Returning NA.