Compute the quantiles using quantile type seven
quantile_type7_cpp(x, probs)
x
: arma::vec. Numeric vector whose sample quantiles are wanted.probs
: arma::vec. Numeric vector of probabilities with values between zero and one.A vector of length length(probs)
with the quantiles is returned.
Using quantile type number seven from stats::quantile in R.
Lars Henry Berge Olsen
Useful links