|
MINT2
|
#include <StatisticsFinder.h>
Public Member Functions | |
| MedianFinder () | |
| ~MedianFinder () | |
Public Member Functions inherited from StatisticsFinder | |
| StatisticsFinder (bool mean=1, bool width=1, bool widthError=1, bool keepOrderedEvents=0) | |
| double | median () const |
| double | numEvents () const |
| void | add (const double &x, const double &weight=1.0) |
| double | mean () const |
| double | meanError () const |
| double | varience () const |
| double | width () const |
| double | widthError () const |
| double | expX () const |
| double | expX2 () const |
| double | expX3 () const |
| double | expX4 () const |
| double | secondCentralMom () const |
| double | fourthCentralMom () const |
| const double & | getMin () const |
| const double & | getMax () const |
| double | range () const |
| virtual | ~StatisticsFinder () |
HyperPlot, Author: Sam Harnew, sam.harnew@gmail.com , Date: Dec 2015
Make a StatisticsFinder, and let it store enough info to calculate the median
Definition at line 142 of file StatisticsFinder.h.
|
inline |
Constructor
Definition at line 144 of file StatisticsFinder.h.
|
inline |
Destructor
Definition at line 145 of file StatisticsFinder.h.
1.8.15