MCPcopy Create free account
hub / github.com/colmap/colmap / StdDev

Function StdDev

src/colmap/math/math.h:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276
277template <typename T>
278double StdDev(const std::vector<T>& elems) {
279 return std::sqrt(Variance(elems));
280}
281
282template <class Iterator>
283bool NextCombination(Iterator first, Iterator middle, Iterator last) {

Callers 1

TESTFunction · 0.85

Calls 1

VarianceFunction · 0.85

Tested by 1

TESTFunction · 0.68