powered by
quantile_cpp(x, probs)
vec
vector
#Call with the following data: quantile_cpp(c(1,2,3,4,5,6,7), c(.25,.5,.75)) quantile(c(1,2,3,4,5,6,7), c(.25,.5,.75))
Run the code above in your browser using DataLab