rcpp_quantile | R Documentation |
Rcpp quantile
rcpp_quantile(x, q)
x |
NumericVector with values. |
q |
Double with quantile. |
Returns q-th percentile of vector.
double
Rcpp quantile implementation from <https://stackoverflow.com/questions/26786078/rcpp-quantile-implementation>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.