MCPcopy 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
89double TDeviationCalculator::GetDeviation() const {
90 return Deviation;
91}
92
93double TDeviationCalculator::GetStdDev() const {
94 const double sumWeights = GetSumWeights();

Callers 2

Y_UNIT_TESTFunction · 0.80
QualityBenchmarkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected