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

Method Mean

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

------------------------------------------------------------------------ */

Source from the content-addressed store, hash-verified

90
91 /* ------------------------------------------------------------------------ */
92 SumType Mean() const { return (total_samples_ < 1) ? 0.0 : sum_ / total_samples_; }
93
94 /* ------------------------------------------------------------------------ */
95 // Rolling mean is only used for fixed sized data for now. We don't need this

Callers 1

GetMeanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected