Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ stdDev
Function
stdDev
src/utilities/data/Vector.cpp:333–335 ·
view source on GitHub ↗
std dev
Source
from the content-addressed store, hash-verified
331
332
/// std dev
333
double stdDev(const Vector& vector) {
334
return sqrt(variance(vector));
335
}
336
337
std::function<double(const Vector&)> sumVectorFunctor() {
338
return {&sum};
Callers
1
TEST_F
Function · 0.85
Calls
1
variance
Function · 0.85
Tested by
1
TEST_F
Function · 0.68