YODA::LogBinEstimator Class Reference Logarithmic bin estimator. More...
Inheritance diagram for YODA::LogBinEstimator:
![]()
Detailed DescriptionLogarithmic bin estimator. This class handles guessing a bin index with a hypothesis of uniformly spaced bins on a logarithmic scale.
Definition at line 82 of file BinEstimators.h. Constructor & Destructor Documentation◆ LogBinEstimator()
Constructor. Definition at line 86 of file BinEstimators.h. 86 {
87 _N = nbins;
88 _c = Utils::fastlog2(xlow);
89 _m = nbins / (Utils::fastlog2(xhigh) - _c);
90 }
The documentation for this class was generated from the following file:
Generated on Sun Feb 9 2025 18:56:41 for YODA - Yet more Objects for Data Analysis by |