ATLAS Offline Software
|
Functions | |
template<typename T > | |
std::vector< double > | get_cum_sum (const T &histo, bool normed=false) |
cumulative sum (e.g. More... | |
template<typename T > | |
std::pair< double, double > | find_window (const T &histo, double prob=PROB_1SIGMA) |
return smallest window (first value, second value) containing prob fraction of the events More... | |
template<typename T > | |
double | smallest_interval (const T &histo, double prob=PROB_1SIGMA) |
template<typename T > | |
double | s68 (const T &histo) |
template<typename T > | |
double | s90 (const T &histo) |
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
Definition at line 59 of file widthestimators.h.
std::vector<double> widthestimators::binned::get_cum_sum | ( | const T & | histo, |
bool | normed = false |
||
) |
cumulative sum (e.g.
(non-normalized) empirical CDF)
Definition at line 37 of file widthestimators.h.
double widthestimators::binned::s68 | ( | const T & | histo | ) |
Definition at line 98 of file widthestimators.h.
double widthestimators::binned::s90 | ( | const T & | histo | ) |
Definition at line 101 of file widthestimators.h.
double widthestimators::binned::smallest_interval | ( | const T & | histo, |
double | prob = PROB_1SIGMA |
||
) |
Definition at line 91 of file widthestimators.h.