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

Method q1

pose_graph/include/utils/Accumulator.h:122–125  ·  view source on GitHub ↗

------------------------------------------------------------------------ */ First quartile.

Source from the content-addressed store, hash-verified

120 /* ------------------------------------------------------------------------ */
121 // First quartile.
122 inline SumType q1() const {
123 CHECK_GT(samples_.size(), 0);
124 return samples_.at(std::ceil(samples_.size() / 4) - 1);
125 }
126
127 /* ------------------------------------------------------------------------ */
128 // Third quartile.

Callers 1

Q1Method · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected