The collection of trivial functions to access the statistical information for the histograms.
More...
|
| static double | moment (const AIDA::IHistogram1D *histo, const unsigned int order, const double value=0) |
| | get the "bin-by-bin"-moment around the specified "value" More...
|
| |
| static double | momentErr (const AIDA::IHistogram1D *histo, const unsigned int order) |
| | evaluate the uncertanty for 'bin-by-bin'-moment More...
|
| |
| static double | centralMoment (const AIDA::IHistogram1D *histo, const unsigned int order) |
| | evaluate the 'bin-by-bin'-central moment (around the mean value) More...
|
| |
| static double | centralMomentErr (const AIDA::IHistogram1D *histo, const unsigned int order) |
| | evaluate the uncertanty for 'bin-by-bin'-central moment (around the mean value) ( the uncertanty is calculated with O(1/n2) precision) More...
|
| |
| static double | skewness (const AIDA::IHistogram1D *histo) |
| | get the skewness for the histogram More...
|
| |
| static double | skewnessErr (const AIDA::IHistogram1D *histo) |
| | get the error in skewness for the histogram More...
|
| |
| static double | kurtosis (const AIDA::IHistogram1D *histo) |
| | get the kurtosis for the histogram More...
|
| |
| static double | kurtosisErr (const AIDA::IHistogram1D *histo) |
| | get the error in kurtosis for the histogram More...
|
| |
| static double | mean (const AIDA::IHistogram1D *histo) |
| | get the mean value for the histogram (just for completeness) More...
|
| |
| static double | meanErr (const AIDA::IHistogram1D *histo) |
| | get an error in the mean value More...
|
| |
| static double | rms (const AIDA::IHistogram1D *histo) |
| | get the rms value for the histogram (just for completeness) More...
|
| |
| static double | rmsErr (const AIDA::IHistogram1D *histo) |
| | get an error in the rms value More...
|
| |
| static double | nEff (const AIDA::IHistogram1D *histo) |
| | get the effective entries (just for completeness) More...
|
| |
| static double | sumBinHeightErr (const AIDA::IHistogram1D *histo) |
| | get an error in the sum bin height ("in-range integral") More...
|
| |
| static double | sumAllBinHeightErr (const AIDA::IHistogram1D *histo) |
| | get an error in the sum of all bin height ("integral") More...
|
| |
| static double | overflowEntriesFrac (const AIDA::IHistogram1D *histo) |
| | the fraction of overflow entries (useful for shape comparison) More...
|
| |
| static double | underflowEntriesFrac (const AIDA::IHistogram1D *histo) |
| | the fraction of underflow entries (useful for shape comparison) More...
|
| |
| static double | overflowEntriesFracErr (const AIDA::IHistogram1D *histo) |
| | error on fraction of overflow entries (useful for shape comparison) More...
|
| |
| static double | underflowEntriesFracErr (const AIDA::IHistogram1D *histo) |
| | the error on fraction of underflow entries (useful for shape comparison) More...
|
| |
| static double | overflowIntegralFrac (const AIDA::IHistogram1D *histo) |
| | the fraction of overflow intergal (useful for shape comparison) More...
|
| |
| static double | underflowIntegralFrac (const AIDA::IHistogram1D *histo) |
| | the fraction of underflow integral (useful for shape comparison) More...
|
| |
| static double | overflowIntegralFracErr (const AIDA::IHistogram1D *histo) |
| | the error on fraction of overflow intergal More...
|
| |
| static double | underflowIntegralFracErr (const AIDA::IHistogram1D *histo) |
| | the error on fraction of underflow integral More...
|
| |
| static long | nEntries (const AIDA::IHistogram1D *histo, const int imax) |
| | get number of entries in histogram up to the certain bin (not-included) More...
|
| |
| static long | nEntries (const AIDA::IHistogram1D *histo, const int imin, const int imax) |
| | get number of entries in histogram form the certain minimal bin up to the certain maximal bin (not-included) More...
|
| |
| static double | nEntriesFrac (const AIDA::IHistogram1D *histo, const int imax) |
| | get the fraction of entries in histogram up to the certain bin (not-included) More...
|
| |
| static double | nEntriesFrac (const AIDA::IHistogram1D *histo, const int imin, const int imax) |
| | get fraction of entries in histogram form the certain minimal bin up to the certain maximal bin (not-included) More...
|
| |
| static double | nEntriesFracErr (const AIDA::IHistogram1D *histo, const int imax) |
| | get the (binominal) error for the fraction of entries in histogram up to the certain bin (not-included) More...
|
| |
| static double | nEntriesFracErr (const AIDA::IHistogram1D *histo, const int imin, const int imax) |
| | get the (binomial) error for the fraction of entries in histogram from the certain minimal bin up to the certain maximal bin (not-included) More...
|
| |
| static double | moment (const AIDA::IHistogram1D *histo, const unsigned int order, const double value=0) |
| | get the "bin-by-bin"-moment around the specified "value" More...
|
| |
| static double | momentErr (const AIDA::IHistogram1D *histo, const unsigned int order) |
| | evaluate the uncertanty for 'bin-by-bin'-moment More...
|
| |
| static double | centralMoment (const AIDA::IHistogram1D *histo, const unsigned int order) |
| | evaluate the 'bin-by-bin'-central moment (around the mean value) More...
|
| |
| static double | centralMomentErr (const AIDA::IHistogram1D *histo, const unsigned int order) |
| | evaluate the uncertanty for 'bin-by-bin'-central moment (around the mean value) ( the uncertanty is calculated with O(1/n2) precision) More...
|
| |
| static double | skewness (const AIDA::IHistogram1D *histo) |
| | get the skewness for the histogram More...
|
| |
| static double | skewnessErr (const AIDA::IHistogram1D *histo) |
| | get the error in skewness for the histogram More...
|
| |
| static double | kurtosis (const AIDA::IHistogram1D *histo) |
| | get the kurtosis for the histogram More...
|
| |
| static double | kurtosisErr (const AIDA::IHistogram1D *histo) |
| | get the error in kurtosis for the histogram More...
|
| |
| static double | mean (const AIDA::IHistogram1D *histo) |
| | get the mean value for the histogram (just for completeness) More...
|
| |
| static double | meanErr (const AIDA::IHistogram1D *histo) |
| | get an error in the mean value More...
|
| |
| static double | rms (const AIDA::IHistogram1D *histo) |
| | get the rms value for the histogram (just for completeness) More...
|
| |
| static double | rmsErr (const AIDA::IHistogram1D *histo) |
| | get an error in the rms value More...
|
| |
| static double | nEff (const AIDA::IHistogram1D *histo) |
| | get the effective entries (just for completeness) More...
|
| |
| static double | sumBinHeightErr (const AIDA::IHistogram1D *histo) |
| | get an error in the sum bin height ("in-range integral") More...
|
| |
| static double | sumAllBinHeightErr (const AIDA::IHistogram1D *histo) |
| | get an error in the sum of all bin height ("integral") More...
|
| |
| static double | overflowEntriesFrac (const AIDA::IHistogram1D *histo) |
| | the fraction of overflow entries (useful for shape comparison) More...
|
| |
| static double | underflowEntriesFrac (const AIDA::IHistogram1D *histo) |
| | the fraction of underflow entries (useful for shape comparison) More...
|
| |
| static double | overflowEntriesFracErr (const AIDA::IHistogram1D *histo) |
| | error on fraction of overflow entries (useful for shape comparison) More...
|
| |
| static double | underflowEntriesFracErr (const AIDA::IHistogram1D *histo) |
| | the error on fraction of underflow entries (useful for shape comparison) More...
|
| |
| static double | overflowIntegralFrac (const AIDA::IHistogram1D *histo) |
| | the fraction of overflow intergal (useful for shape comparison) More...
|
| |
| static double | underflowIntegralFrac (const AIDA::IHistogram1D *histo) |
| | the fraction of underflow integral (useful for shape comparison) More...
|
| |
| static double | overflowIntegralFracErr (const AIDA::IHistogram1D *histo) |
| | the error on fraction of overflow intergal More...
|
| |
| static double | underflowIntegralFracErr (const AIDA::IHistogram1D *histo) |
| | the error on fraction of underflow integral More...
|
| |
| static long | nEntries (const AIDA::IHistogram1D *histo, const int imax) |
| | get number of entries in histogram up to the certain bin (not-included) More...
|
| |
| static long | nEntries (const AIDA::IHistogram1D *histo, const int imin, const int imax) |
| | get number of entries in histogram form the certain minimal bin up to the certain maximal bin (not-included) More...
|
| |
| static double | nEntriesFrac (const AIDA::IHistogram1D *histo, const int imax) |
| | get the fraction of entries in histogram up to the certain bin (not-included) More...
|
| |
| static double | nEntriesFrac (const AIDA::IHistogram1D *histo, const int imin, const int imax) |
| | get fraction of entries in histogram form the certain minimal bin up to the certain maximal bin (not-included) More...
|
| |
| static double | nEntriesFracErr (const AIDA::IHistogram1D *histo, const int imax) |
| | get the (binominal) error for the fraction of entries in histogram up to the certain bin (not-included) More...
|
| |
| static double | nEntriesFracErr (const AIDA::IHistogram1D *histo, const int imin, const int imax) |
| | get the (binomial) error for the fraction of entries in histogram from the certain minimal bin up to the certain maximal bin (not-included) More...
|
| |