Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetDeviation
Method
GetDeviation
library/cpp/linear_regression/welford.cpp:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
double TDeviationCalculator::GetDeviation() const {
90
return Deviation;
91
}
92
93
double TDeviationCalculator::GetStdDev() const {
94
const double sumWeights = GetSumWeights();
Callers
2
Y_UNIT_TEST
Function · 0.80
QualityBenchmark
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected