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

Method Median

inst/include/Rcpp/sugar/functions/median.h:98–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97public:
98 Median(const VECTOR& xx)
99 : x(Rcpp::clone(xx)) {}
100
101 operator result_type() {
102 if (x.size() < 1) {

Callers

nothing calls this directly

Calls 1

cloneFunction · 0.85

Tested by

no test coverage detected