MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/openvdb / stdDev

Method stdDev

openvdb/openvdb/math/Stats.h:238–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 /// defined from the (biased) population variance.
237 inline double std() const { return sqrt(this->var()); }
238 inline double stdDev() const { return this->std(); }
239 //@}
240
241 /// @brief Print statistics to the specified output stream.

Callers 2

printMethod · 0.95
TEST_FFunction · 0.45

Calls 1

stdMethod · 0.95

Tested by 1

TEST_FFunction · 0.36