Estimate vector mode

estimate_mode(x)

Arguments

x

the vector to be estimated

Value

the estimated mode of the given vector of values

Examples

x <- runif(1000) y <- estimate_mode(x)