MCPcopy Create free account
hub / github.com/apache/arrow / K

Method K

cpp/src/arrow/util/tdigest.cc:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 explicit ScalerK0(uint32_t delta) : delta_norm(delta / 2.0) {}
56
57 double K(double q) const { return delta_norm * q; }
58 double Q(double k) const { return k / delta_norm; }
59
60 const double delta_norm;

Callers 2

AddMethod · 0.45
ValidateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected