MCPcopy Create free account
hub / github.com/boostorg/histogram / element_variance

Function element_variance

src/python/histogram.cpp:340–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338double element_value(const pyhistogram::element_type& b) { return b.value(); }
339
340double element_variance(const pyhistogram::element_type& b) { return b.variance(); }
341
342double element_getitem(const pyhistogram::element_type& e, int i) {
343 if (i < 0 || i > 1) throw std::out_of_range("element_getitem");

Callers

nothing calls this directly

Calls 1

varianceMethod · 0.45

Tested by

no test coverage detected