YODA::LinBinEstimator Struct Reference Linear bin estimator. More...
Inheritance diagram for YODA::LinBinEstimator:
![]()
Detailed DescriptionLinear bin estimator. This class handles guessing a index bin with a hypothesis of uniformly spaced bins on a linear scale. Definition at line 49 of file BinEstimators.h. Constructor & Destructor Documentation◆ LinBinEstimator() [1/2]
Constructor. Definition at line 52 of file BinEstimators.h. 52 {
53 _N = nbins;
54 _c = xlow;
55 _m = (double) nbins / (xhigh - xlow);
56 }
◆ LinBinEstimator() [2/2]
Copy constructor. Definition at line 59 of file BinEstimators.h. 59 {
60 _N = other._N;
61 _c = other._c;
62 _m = other._m;
63 }
The documentation for this struct was generated from the following file:
Generated on Sun Feb 9 2025 18:56:41 for YODA - Yet more Objects for Data Analysis by |