Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
print
Method · 0.95
TEST_F
Function · 0.45
Calls
1
std
Method · 0.95
Tested by
1
TEST_F
Function · 0.36