The Gaudi Framework  v36r9p1 (5c15b2bb)
Gaudi::Utils::HistoStats Class Reference

#include <GaudiUtils/HistoStats.h>

Static Public Member Functions

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::IProfile1D *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::IProfile1D *histo, const unsigned int order)
 evaluate the uncertanty for 'bin-by-bin'-moment More...
 
static double centralMoment (const AIDA::IProfile1D *histo, const unsigned int order)
 evaluate the 'bin-by-bin'-central moment (around the mean value) More...
 
static double centralMomentErr (const AIDA::IProfile1D *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::IProfile1D *histo)
 get the skewness for the profile histogram More...
 
static double skewnessErr (const AIDA::IProfile1D *histo)
 get the error in skewness for the profile histogram More...
 
static double kurtosis (const AIDA::IProfile1D *histo)
 get the kurtosis for the profile histogram More...
 
static double kurtosisErr (const AIDA::IProfile1D *histo)
 get the error in kurtosis for the profile histogram More...
 
static double mean (const AIDA::IProfile1D *histo)
 get the mean value for the profile histogram (just for completeness) More...
 
static double meanErr (const AIDA::IProfile1D *histo)
 get an error in the mean value More...
 
static double rms (const AIDA::IProfile1D *histo)
 get the rms value for the profile histogram (just for completeness) More...
 
static double rmsErr (const AIDA::IProfile1D *histo)
 get an error in the rms value More...
 
static double sumBinHeightErr (const AIDA::IProfile1D *histo)
 get an error in the sum bin height ("in-range integral") More...
 
static double sumAllBinHeightErr (const AIDA::IProfile1D *histo)
 get an error in the sum of all bin height ("integral") More...
 
static double nEff (const AIDA::IProfile1D *histo)
 get the effective entries (just for completeness) More...
 
static double overflowEntriesFrac (const AIDA::IProfile1D *histo)
 the fraction of overflow entries (useful for shape comparison) More...
 
static double underflowEntriesFrac (const AIDA::IProfile1D *histo)
 the fraction of underflow entries (useful for shape comparison) More...
 
static double overflowEntriesFracErr (const AIDA::IProfile1D *histo)
 error on fraction of overflow entries (useful for shape comparison) More...
 
static double underflowEntriesFracErr (const AIDA::IProfile1D *histo)
 the error on fraction of underflow entries (useful for shape comparison) More...
 
static double overflowIntegralFrac (const AIDA::IProfile1D *histo)
 the fraction of overflow intergal (useful for shape comparison) More...
 
static double underflowIntegralFrac (const AIDA::IProfile1D *histo)
 the fraction of underflow integral (useful for shape comparison) More...
 
static double overflowIntegralFracErr (const AIDA::IProfile1D *histo)
 the error on fraction of overflow intergal More...
 
static double underflowIntegralFracErr (const AIDA::IProfile1D *histo)
 the error on fraction of underflow integral More...
 
static long nEntries (const AIDA::IProfile1D *histo, const int imax)
 get number of entries in profile histogram up to the certain bin (not-included) More...
 
static long nEntries (const AIDA::IProfile1D *histo, const int imin, const int imax)
 get number of entries in profile histogram form the certain minimal bin up to the certain maximal bin (not-included) More...
 
static double nEntriesFrac (const AIDA::IProfile1D *histo, const int imax)
 get the fraction of entries in profile histogram up to the certain bin (not-included) More...
 
static double nEntriesFrac (const AIDA::IProfile1D *histo, const int imin, const int imax)
 get fraction of entries in profile histogram form the certain minimal bin up to the certain maximal bin (not-included) More...
 
static double nEntriesFracErr (const AIDA::IProfile1D *histo, const int imax)
 get the (binominal) error for the fraction of entries in profile histogram up to the certain bin (not-included) More...
 
static double nEntriesFracErr (const AIDA::IProfile1D *histo, const int imin, const int imax)
 get the (binomial) error for the fraction of entries in the profile histogram from the certain minimal bin up to the certain maximal bin (not-included) More...
 

Detailed Description

The collection of trivial functions to access the statistical information for the histograms

Author
Vanya BELYAEV ibely.nosp@m.aev@.nosp@m.physi.nosp@m.cs.s.nosp@m.yr.ed.nosp@m.u
Date
2007-08-06

Definition at line 40 of file HistoStats.h.

Member Function Documentation

◆ centralMoment() [1/2]

double Gaudi::Utils::HistoStats::centralMoment ( const AIDA::IHistogram1D *  histo,
const unsigned int  order 
)
static

evaluate the 'bin-by-bin'-central moment (around the mean value)

Parameters
histohistogram
orderthe moment parameter
valuecentral value
Returns
the evaluated central moment

Definition at line 554 of file HistoStats.cpp.

554  {
555  return _centralMoment( histo, order );
556 }

◆ centralMoment() [2/2]

double Gaudi::Utils::HistoStats::centralMoment ( const AIDA::IProfile1D *  histo,
const unsigned int  order 
)
static

evaluate the 'bin-by-bin'-central moment (around the mean value)

Parameters
histohistogram
orderthe moment parameter
valuecentral value
Returns
the evaluated central moment

Definition at line 565 of file HistoStats.cpp.

565  {
566  return _centralMoment( histo, order );
567 }

◆ centralMomentErr() [1/2]

double Gaudi::Utils::HistoStats::centralMomentErr ( const AIDA::IHistogram1D *  histo,
const unsigned int  order 
)
static

evaluate the uncertanty for 'bin-by-bin'-central moment (around the mean value) ( the uncertanty is calculated with O(1/n2) precision)

Parameters
histohistogram
orderthe moment parameter
valuecentral value
Returns
the evaluated uncertanty in the central moment

Definition at line 578 of file HistoStats.cpp.

578  {
579  return _centralMomentErr( histo, order );
580 }

◆ centralMomentErr() [2/2]

double Gaudi::Utils::HistoStats::centralMomentErr ( const AIDA::IProfile1D *  histo,
const unsigned int  order 
)
static

evaluate the uncertanty for 'bin-by-bin'-central moment (around the mean value) ( the uncertanty is calculated with O(1/n2) precision)

Parameters
histohistogram
orderthe moment parameter
valuecentral value
Returns
the evaluated uncertanty in the central moment

Definition at line 591 of file HistoStats.cpp.

591  {
592  return _centralMomentErr( histo, order );
593 }

◆ kurtosis() [1/2]

double Gaudi::Utils::HistoStats::kurtosis ( const AIDA::IHistogram1D *  histo)
static

get the kurtosis for the histogram

Definition at line 613 of file HistoStats.cpp.

613 { return _kurtosis( histo ); }

◆ kurtosis() [2/2]

double Gaudi::Utils::HistoStats::kurtosis ( const AIDA::IProfile1D *  histo)
static

get the kurtosis for the profile histogram

Definition at line 617 of file HistoStats.cpp.

617 { return _kurtosis( histo ); }

◆ kurtosisErr() [1/2]

double Gaudi::Utils::HistoStats::kurtosisErr ( const AIDA::IHistogram1D *  histo)
static

get the error in kurtosis for the histogram

Definition at line 621 of file HistoStats.cpp.

621 { return _kurtosisErr( histo ); }

◆ kurtosisErr() [2/2]

double Gaudi::Utils::HistoStats::kurtosisErr ( const AIDA::IProfile1D *  histo)
static

get the error in kurtosis for the profile histogram

Definition at line 625 of file HistoStats.cpp.

625 { return _kurtosisErr( histo ); }

◆ mean() [1/2]

double Gaudi::Utils::HistoStats::mean ( const AIDA::IHistogram1D *  histo)
static

get the mean value for the histogram (just for completeness)

Definition at line 637 of file HistoStats.cpp.

637 { return _mean( histo ); }

◆ mean() [2/2]

double Gaudi::Utils::HistoStats::mean ( const AIDA::IProfile1D *  histo)
static

get the mean value for the profile histogram (just for completeness)

Definition at line 641 of file HistoStats.cpp.

641 { return _mean( histo ); }

◆ meanErr() [1/2]

double Gaudi::Utils::HistoStats::meanErr ( const AIDA::IHistogram1D *  histo)
static

get an error in the mean value

Definition at line 645 of file HistoStats.cpp.

645 { return _meanErr( histo ); }

◆ meanErr() [2/2]

double Gaudi::Utils::HistoStats::meanErr ( const AIDA::IProfile1D *  histo)
static

get an error in the mean value

Definition at line 649 of file HistoStats.cpp.

649 { return _meanErr( histo ); }

◆ moment() [1/2]

double Gaudi::Utils::HistoStats::moment ( const AIDA::IHistogram1D *  histo,
const unsigned int  order,
const double  value = 0 
)
static

get the "bin-by-bin"-moment around the specified "value"

Parameters
histohistogram
orderthe moment parameter
valuecentral value
Returns
the evaluated moment

Definition at line 509 of file HistoStats.cpp.

510  {
511  return _moment( histo, order, value );
512 }

◆ moment() [2/2]

double Gaudi::Utils::HistoStats::moment ( const AIDA::IProfile1D *  histo,
const unsigned int  order,
const double  value = 0 
)
static

get the "bin-by-bin"-moment around the specified "value"

Parameters
histohistogram
orderthe moment parameter
valuecentral value
Returns
the evaluated moment

Definition at line 521 of file HistoStats.cpp.

521  {
522  return _moment( histo, order, value );
523 }

◆ momentErr() [1/2]

double Gaudi::Utils::HistoStats::momentErr ( const AIDA::IHistogram1D *  histo,
const unsigned int  order 
)
static

evaluate the uncertanty for 'bin-by-bin'-moment

Parameters
histohistogram
orderthe moment parameter
valuecentral value
Returns
the evaluated uncertanty in the moment

Definition at line 532 of file HistoStats.cpp.

532  {
533  return _momentErr( histo, order );
534 }

◆ momentErr() [2/2]

double Gaudi::Utils::HistoStats::momentErr ( const AIDA::IProfile1D *  histo,
const unsigned int  order 
)
static

evaluate the uncertanty for 'bin-by-bin'-moment

Parameters
histohistogram
orderthe moment parameter
valuecentral value
Returns
the evaluated uncertanty in the moment

Definition at line 543 of file HistoStats.cpp.

543  {
544  return _momentErr( histo, order );
545 }

◆ nEff() [1/2]

double Gaudi::Utils::HistoStats::nEff ( const AIDA::IHistogram1D *  histo)
static

get the effective entries (just for completeness)

Definition at line 629 of file HistoStats.cpp.

629 { return _nEff( histo ); }

◆ nEff() [2/2]

double Gaudi::Utils::HistoStats::nEff ( const AIDA::IProfile1D *  histo)
static

get the effective entries (just for completeness)

Definition at line 633 of file HistoStats.cpp.

633 { return _nEff( histo ); }

◆ nEntries() [1/4]

long Gaudi::Utils::HistoStats::nEntries ( const AIDA::IHistogram1D *  histo,
const int  imax 
)
static

get number of entries in histogram up to the certain bin (not-included)

Attention
underflow bin is included!
Parameters
histothe pointer to the histogram
imaxthe bin number (not included)
numberof entries

Definition at line 793 of file HistoStats.cpp.

793  {
794  return _nEntries( histo, imax );
795 }

◆ nEntries() [2/4]

long Gaudi::Utils::HistoStats::nEntries ( const AIDA::IHistogram1D *  histo,
const int  imin,
const int  imax 
)
static

get number of entries in histogram form the certain minimal bin up to the certain maximal bin (not-included)

Parameters
histothe pointer to the histogram
iminthe minimal bin number (included)
imaxthe maximal bin number (not included)
numberof entries

Definition at line 817 of file HistoStats.cpp.

820 {
821  return _nEntries( histo, imin, imax );
822 }

◆ nEntries() [3/4]

long Gaudi::Utils::HistoStats::nEntries ( const AIDA::IProfile1D *  histo,
const int  imax 
)
static

get number of entries in profile histogram up to the certain bin (not-included)

Attention
underflow bin is included!
Parameters
histothe pointer to the histogram
imaxthe bin number (not included)
numberof entries

Definition at line 805 of file HistoStats.cpp.

805  {
806  return _nEntries( histo, imax );
807 }

◆ nEntries() [4/4]

long Gaudi::Utils::HistoStats::nEntries ( const AIDA::IProfile1D *  histo,
const int  imin,
const int  imax 
)
static

get number of entries in profile histogram form the certain minimal bin up to the certain maximal bin (not-included)

Parameters
histothe pointer to the histogram
iminthe minimal bin number (included)
imaxthe maximal bin number (not included)
numberof entries

Definition at line 832 of file HistoStats.cpp.

835 {
836  return _nEntries( histo, imin, imax );
837 }

◆ nEntriesFrac() [1/4]

double Gaudi::Utils::HistoStats::nEntriesFrac ( const AIDA::IHistogram1D *  histo,
const int  imax 
)
static

get the fraction of entries in histogram up to the certain bin (not-included)

Attention
underflow bin is included!
Parameters
histothe pointer to the histogram
imaxthe bin number (not included)
fractionof entries

Definition at line 847 of file HistoStats.cpp.

847  {
848  return _nEntriesFrac( histo, imax );
849 }

◆ nEntriesFrac() [2/4]

double Gaudi::Utils::HistoStats::nEntriesFrac ( const AIDA::IHistogram1D *  histo,
const int  imin,
const int  imax 
)
static

get fraction of entries in histogram form the certain minimal bin up to the certain maximal bin (not-included)

Parameters
histothe pointer to the histogram
iminthe minimal bin number (included)
imaxthe maximal bin number (not included)
fractionof entries

Definition at line 871 of file HistoStats.cpp.

874 {
875  return _nEntriesFrac( histo, imin, imax );
876 }

◆ nEntriesFrac() [3/4]

double Gaudi::Utils::HistoStats::nEntriesFrac ( const AIDA::IProfile1D *  histo,
const int  imax 
)
static

get the fraction of entries in profile histogram up to the certain bin (not-included)

Attention
underflow bin is included!
Parameters
histothe pointer to the histogram
imaxthe bin number (not included)
fractionof entries

Definition at line 859 of file HistoStats.cpp.

859  {
860  return _nEntriesFrac( histo, imax );
861 }

◆ nEntriesFrac() [4/4]

double Gaudi::Utils::HistoStats::nEntriesFrac ( const AIDA::IProfile1D *  histo,
const int  imin,
const int  imax 
)
static

get fraction of entries in profile histogram form the certain minimal bin up to the certain maximal bin (not-included)

Parameters
histothe pointer to the histogram
iminthe minimal bin number (included)
imaxthe maximal bin number (not included)
fractionof entries

Definition at line 886 of file HistoStats.cpp.

889 {
890  return _nEntriesFrac( histo, imin, imax );
891 }

◆ nEntriesFracErr() [1/4]

double Gaudi::Utils::HistoStats::nEntriesFracErr ( const AIDA::IHistogram1D *  histo,
const int  imax 
)
static

get the (binominal) error for the fraction of entries in histogram up to the certain bin (not-included)

Attention
underflow bin is included!
Parameters
histothe pointer to the histogram
imaxthe bin number (not included)
errorfor the fraction of entries

Definition at line 901 of file HistoStats.cpp.

901  {
902  return _nEntriesFracErr( histo, imax );
903 }

◆ nEntriesFracErr() [2/4]

double Gaudi::Utils::HistoStats::nEntriesFracErr ( const AIDA::IHistogram1D *  histo,
const int  imin,
const int  imax 
)
static

get the (binomial) error for the fraction of entries in histogram from the certain minimal bin up to the certain maximal bin (not-included)

Parameters
histothe pointer to the histogram
iminthe minimal bin number (included)
imaxthe maximal bin number (not included)
errorfor the fraction of entries

Definition at line 925 of file HistoStats.cpp.

928 {
929  return _nEntriesFracErr( histo, imin, imax );
930 }

◆ nEntriesFracErr() [3/4]

double Gaudi::Utils::HistoStats::nEntriesFracErr ( const AIDA::IProfile1D *  histo,
const int  imax 
)
static

get the (binominal) error for the fraction of entries in profile histogram up to the certain bin (not-included)

Attention
underflow bin is included!
Parameters
histothe pointer to the histogram
imaxthe bin number (not included)
errorfor the fraction of entries

Definition at line 913 of file HistoStats.cpp.

913  {
914  return _nEntriesFracErr( histo, imax );
915 }

◆ nEntriesFracErr() [4/4]

double Gaudi::Utils::HistoStats::nEntriesFracErr ( const AIDA::IProfile1D *  histo,
const int  imin,
const int  imax 
)
static

get the (binomial) error for the fraction of entries in the profile histogram from the certain minimal bin up to the certain maximal bin (not-included)

Parameters
histothe pointer to the histogram
iminthe minimal bin number (included)
imaxthe maximal bin number (not included)
errorfor the fraction of entries

Definition at line 940 of file HistoStats.cpp.

943 {
944  return _nEntriesFracErr( histo, imin, imax );
945 }

◆ overflowEntriesFrac() [1/2]

double Gaudi::Utils::HistoStats::overflowEntriesFrac ( const AIDA::IHistogram1D *  histo)
static

the fraction of overflow entries (useful for shape comparison)

Definition at line 691 of file HistoStats.cpp.

691  {
692  return _overflowEntriesFrac( histo );
693 }

◆ overflowEntriesFrac() [2/2]

double Gaudi::Utils::HistoStats::overflowEntriesFrac ( const AIDA::IProfile1D *  histo)
static

the fraction of overflow entries (useful for shape comparison)

Definition at line 697 of file HistoStats.cpp.

697  {
698  return _overflowEntriesFrac( histo );
699 }

◆ overflowEntriesFracErr() [1/2]

double Gaudi::Utils::HistoStats::overflowEntriesFracErr ( const AIDA::IHistogram1D *  histo)
static

error on fraction of overflow entries (useful for shape comparison)

Definition at line 739 of file HistoStats.cpp.

739  {
740  return _overflowEntriesFracErr( histo );
741 }

◆ overflowEntriesFracErr() [2/2]

double Gaudi::Utils::HistoStats::overflowEntriesFracErr ( const AIDA::IProfile1D *  histo)
static

error on fraction of overflow entries (useful for shape comparison)

Definition at line 745 of file HistoStats.cpp.

745  {
746  return _overflowEntriesFracErr( histo );
747 }

◆ overflowIntegralFrac() [1/2]

double Gaudi::Utils::HistoStats::overflowIntegralFrac ( const AIDA::IHistogram1D *  histo)
static

the fraction of overflow intergal (useful for shape comparison)

Definition at line 715 of file HistoStats.cpp.

715  {
716  return _overflowIntegralFrac( histo );
717 }

◆ overflowIntegralFrac() [2/2]

double Gaudi::Utils::HistoStats::overflowIntegralFrac ( const AIDA::IProfile1D *  histo)
static

the fraction of overflow intergal (useful for shape comparison)

Definition at line 721 of file HistoStats.cpp.

721  {
722  return _overflowIntegralFrac( histo );
723 }

◆ overflowIntegralFracErr() [1/2]

double Gaudi::Utils::HistoStats::overflowIntegralFracErr ( const AIDA::IHistogram1D *  histo)
static

the error on fraction of overflow intergal

Definition at line 763 of file HistoStats.cpp.

763  {
764  return _overflowIntegralFracErr( histo );
765 }

◆ overflowIntegralFracErr() [2/2]

double Gaudi::Utils::HistoStats::overflowIntegralFracErr ( const AIDA::IProfile1D *  histo)
static

the error on fraction of overflow intergal

Definition at line 769 of file HistoStats.cpp.

769  {
770  return _overflowIntegralFracErr( histo );
771 }

◆ rms() [1/2]

double Gaudi::Utils::HistoStats::rms ( const AIDA::IHistogram1D *  histo)
static

get the rms value for the histogram (just for completeness)

Definition at line 653 of file HistoStats.cpp.

653 { return _rms( histo ); }

◆ rms() [2/2]

double Gaudi::Utils::HistoStats::rms ( const AIDA::IProfile1D *  histo)
static

get the rms value for the profile histogram (just for completeness)

Definition at line 657 of file HistoStats.cpp.

657 { return _rms( histo ); }

◆ rmsErr() [1/2]

double Gaudi::Utils::HistoStats::rmsErr ( const AIDA::IHistogram1D *  histo)
static

get an error in the rms value

Definition at line 661 of file HistoStats.cpp.

661 { return _rmsErr( histo ); }

◆ rmsErr() [2/2]

double Gaudi::Utils::HistoStats::rmsErr ( const AIDA::IProfile1D *  histo)
static

get an error in the rms value

Definition at line 665 of file HistoStats.cpp.

665 { return _rmsErr( histo ); }

◆ skewness() [1/2]

double Gaudi::Utils::HistoStats::skewness ( const AIDA::IHistogram1D *  histo)
static

get the skewness for the histogram

Definition at line 597 of file HistoStats.cpp.

597 { return _skewness( histo ); }

◆ skewness() [2/2]

double Gaudi::Utils::HistoStats::skewness ( const AIDA::IProfile1D *  histo)
static

get the skewness for the profile histogram

Definition at line 601 of file HistoStats.cpp.

601 { return _skewness( histo ); }

◆ skewnessErr() [1/2]

double Gaudi::Utils::HistoStats::skewnessErr ( const AIDA::IHistogram1D *  histo)
static

get the error in skewness for the histogram

Definition at line 605 of file HistoStats.cpp.

605 { return _skewnessErr( histo ); }

◆ skewnessErr() [2/2]

double Gaudi::Utils::HistoStats::skewnessErr ( const AIDA::IProfile1D *  histo)
static

get the error in skewness for the profile histogram

Definition at line 609 of file HistoStats.cpp.

609 { return _skewnessErr( histo ); }

◆ sumAllBinHeightErr() [1/2]

double Gaudi::Utils::HistoStats::sumAllBinHeightErr ( const AIDA::IHistogram1D *  histo)
static

get an error in the sum of all bin height ("integral")

Definition at line 679 of file HistoStats.cpp.

679  {
680  return _sumAllBinHeightErr( histo );
681 }

◆ sumAllBinHeightErr() [2/2]

double Gaudi::Utils::HistoStats::sumAllBinHeightErr ( const AIDA::IProfile1D *  histo)
static

get an error in the sum of all bin height ("integral")

Definition at line 685 of file HistoStats.cpp.

685  {
686  return _sumAllBinHeightErr( histo );
687 }

◆ sumBinHeightErr() [1/2]

double Gaudi::Utils::HistoStats::sumBinHeightErr ( const AIDA::IHistogram1D *  histo)
static

get an error in the sum bin height ("in-range integral")

Definition at line 669 of file HistoStats.cpp.

669  {
670  return _sumBinHeightErr( histo );
671 }

◆ sumBinHeightErr() [2/2]

double Gaudi::Utils::HistoStats::sumBinHeightErr ( const AIDA::IProfile1D *  histo)
static

get an error in the sum bin height ("in-range integral")

Definition at line 675 of file HistoStats.cpp.

675 { return _sumBinHeightErr( histo ); }

◆ underflowEntriesFrac() [1/2]

double Gaudi::Utils::HistoStats::underflowEntriesFrac ( const AIDA::IHistogram1D *  histo)
static

the fraction of underflow entries (useful for shape comparison)

Definition at line 703 of file HistoStats.cpp.

703  {
704  return _underflowEntriesFrac( histo );
705 }

◆ underflowEntriesFrac() [2/2]

double Gaudi::Utils::HistoStats::underflowEntriesFrac ( const AIDA::IProfile1D *  histo)
static

the fraction of underflow entries (useful for shape comparison)

Definition at line 709 of file HistoStats.cpp.

709  {
710  return _underflowEntriesFrac( histo );
711 }

◆ underflowEntriesFracErr() [1/2]

double Gaudi::Utils::HistoStats::underflowEntriesFracErr ( const AIDA::IHistogram1D *  histo)
static

the error on fraction of underflow entries (useful for shape comparison)

Definition at line 751 of file HistoStats.cpp.

751  {
752  return _underflowEntriesFracErr( histo );
753 }

◆ underflowEntriesFracErr() [2/2]

double Gaudi::Utils::HistoStats::underflowEntriesFracErr ( const AIDA::IProfile1D *  histo)
static

the error on fraction of underflow entries (useful for shape comparison)

Definition at line 757 of file HistoStats.cpp.

757  {
758  return _underflowEntriesFracErr( histo );
759 }

◆ underflowIntegralFrac() [1/2]

double Gaudi::Utils::HistoStats::underflowIntegralFrac ( const AIDA::IHistogram1D *  histo)
static

the fraction of underflow integral (useful for shape comparison)

Definition at line 727 of file HistoStats.cpp.

727  {
728  return _underflowIntegralFrac( histo );
729 }

◆ underflowIntegralFrac() [2/2]

double Gaudi::Utils::HistoStats::underflowIntegralFrac ( const AIDA::IProfile1D *  histo)
static

the fraction of underflow integral (useful for shape comparison)

Definition at line 733 of file HistoStats.cpp.

733  {
734  return _underflowIntegralFrac( histo );
735 }

◆ underflowIntegralFracErr() [1/2]

double Gaudi::Utils::HistoStats::underflowIntegralFracErr ( const AIDA::IHistogram1D *  histo)
static

the error on fraction of underflow integral

Definition at line 775 of file HistoStats.cpp.

775  {
776  return _underflowIntegralFracErr( histo );
777 }

◆ underflowIntegralFracErr() [2/2]

double Gaudi::Utils::HistoStats::underflowIntegralFracErr ( const AIDA::IProfile1D *  histo)
static

the error on fraction of underflow integral

Definition at line 781 of file HistoStats.cpp.

781  {
782  return _underflowIntegralFracErr( histo );
783 }

The documentation for this class was generated from the following files:
HistoEx.histo
histo
Definition: HistoEx.py:105