Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
277
template <typename T>
278
double StdDev(const std::vector<T>& elems) {
279
return std::sqrt(Variance(elems));
280
}
281
282
template <class Iterator>
283
bool NextCombination(Iterator first, Iterator middle, Iterator last) {
Callers
1
TEST
Function · 0.85
Calls
1
Variance
Function · 0.85
Tested by
1
TEST
Function · 0.68