![]() |
ATLAS Offline Software
|
#include <utility>#include <vector>#include <numeric>#include <iostream>#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | widthestimators |
| namespace | widthestimators::binned |
Functions | |
| template<typename T> | |
| std::vector< double > | widthestimators::binned::get_cum_sum (const T &histo, bool normed=false) |
| cumulative sum (e.g. | |
| template<typename T> | |
| std::pair< double, double > | widthestimators::binned::find_window (const T &histo, double prob=PROB_1SIGMA) |
| return smallest window (first value, second value) containing prob fraction of the events | |
| template<typename T> | |
| double | widthestimators::binned::smallest_interval (const T &histo, double prob=PROB_1SIGMA) |
| template<typename T> | |
| double | widthestimators::binned::s68 (const T &histo) |
| template<typename T> | |
| double | widthestimators::binned::s90 (const T &histo) |
Variables | |
| const double | widthestimators::PROB_1SIGMA = 0.683 |