MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / median_dbl

Function median_dbl

inst/tinytest/cpp/sugar.cpp:820–822  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

818
819// [[Rcpp::export]]
820double median_dbl(Rcpp::NumericVector x, bool na_rm = false) {
821 return Rcpp::median(x, na_rm);
822}
823
824// [[Rcpp::export]]
825double median_int(Rcpp::IntegerVector x, bool na_rm = false) {

Callers

nothing calls this directly

Calls 1

medianFunction · 0.85

Tested by

no test coverage detected