rcpp_row_quantile | R Documentation |
This is a C++ speed-optimized version. It is equivalent to R version
quantile(data, q, na.rm = TRUE)
rcpp_row_quantile(data, q)
data |
Numeric matrix whose row quantiles are wanted. |
q |
Probability with value in [0,1] |
A vector of length nrows(data)
, where each element represents
row quantile.
Viliam Simko
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.