MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / q3

Method q3

pose_graph/include/utils/Accumulator.h:129–132  ·  view source on GitHub ↗

------------------------------------------------------------------------ */ Third quartile.

Source from the content-addressed store, hash-verified

127 /* ------------------------------------------------------------------------ */
128 // Third quartile.
129 inline SumType q3() const {
130 CHECK_GT(samples_.size(), 0);
131 return samples_.at(std::ceil(samples_.size() * 3 / 4) - 1);
132 }
133
134 /* ------------------------------------------------------------------------ */
135 SumType LazyVariance() const {

Callers 1

Q3Method · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected