MINT2
|
#include <HyperStatisticsFinder.h>
Public Member Functions | |
HyperWidthFinder (int dim) | |
HyperWidthFinder (const HyperPoint &point) | |
~HyperWidthFinder () | |
Public Member Functions inherited from HyperStatisticsFinder | |
HyperStatisticsFinder (int dimension, bool mean=1, bool width=1, bool widthError=1, bool keepOrderedEvents=0) | |
HyperStatisticsFinder (const HyperPoint &point, bool mean=1, bool width=1, bool widthError=1, bool keepOrderedEvents=0) | |
void | add (const HyperPoint &x) |
double | correlation (int i, int j) const |
double | covarience (int i, int j) const |
double | mean (int i) const |
double | meanError (int i) const |
double | width (int i) const |
double | getMin (int i) const |
double | getMax (int i) const |
HyperPoint | mean () const |
HyperPoint | meanError () const |
HyperPoint | width () const |
HyperPoint | getMin () const |
HyperPoint | getMax () const |
const StatisticsFinder & | getStatisticsFinder (int i) const |
virtual | ~HyperStatisticsFinder () |
HyperPlot, Author: Sam Harnew, sam.h , Date: Jan 2017 arne w@gma il.c om
Make a HyperStatisticsFinder, but tell it to only store enough information to calcuate the mean and rms
Definition at line 130 of file HyperStatisticsFinder.h.
|
inline |
Construct with given dimension
Definition at line 132 of file HyperStatisticsFinder.h.
|
inline |
Construct with dimension of given HyperPoint, and add this point to the statistics finder
Definition at line 133 of file HyperStatisticsFinder.h.
|
inline |
Destructor
Definition at line 135 of file HyperStatisticsFinder.h.