summaryrefslogtreecommitdiffstats
path: root/library/cpp/histogram/adaptive/fixed_bin_histogram.h
diff options
context:
space:
mode:
authorksjuchi <[email protected]>2022-02-10 16:50:57 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:50:57 +0300
commit5c1bb165b6316cb97192253f57b1cca84a724e0a (patch)
tree8651b345477e0f3c67eb3a76ccbadbf65454fd8f /library/cpp/histogram/adaptive/fixed_bin_histogram.h
parent9cc851b34f89d2b8ba19d91e816bddf9c17a8f2c (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/histogram/adaptive/fixed_bin_histogram.h')
-rw-r--r--library/cpp/histogram/adaptive/fixed_bin_histogram.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/histogram/adaptive/fixed_bin_histogram.h b/library/cpp/histogram/adaptive/fixed_bin_histogram.h
index bd380bd94a5..daf9725a905 100644
--- a/library/cpp/histogram/adaptive/fixed_bin_histogram.h
+++ b/library/cpp/histogram/adaptive/fixed_bin_histogram.h
@@ -71,8 +71,8 @@ namespace NKiwiAggr {
virtual double CalcUpperBoundSafe(double sum);
virtual double CalcLowerBoundSafe(double sum);
- double CalcDensity(double value);
-
+ double CalcDensity(double value);
+
private:
double CalcBinRange(double referencePoint, double maxValue);
void SetFrame(double minValue, double maxValue, bool clear);