Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
820
double median_dbl(Rcpp::NumericVector x, bool na_rm = false) {
821
return Rcpp::median(x, na_rm);
822
}
823
824
// [[Rcpp::export]]
825
double median_int(Rcpp::IntegerVector x, bool na_rm = false) {
Callers
nothing calls this directly
Calls
1
median
Function · 0.85
Tested by
no test coverage detected