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