![]() |
Reference Documentation |
#include <H_Statistics.h>
Static Public Methods | |
Size | extra_entries_count (const I_Histo &a_histo) |
Number of out range/extra entries, ie. | |
Size | in_range_entries_count (const I_Histo &a_histo) |
Number of in-range entries. | |
Size | entries_count (const I_Histo &a_histo) |
Number of all entries. | |
double | mean (const I_Histo &a_histo, Index p=0) |
Mean of histo a_hist' for the p-th dimension. | |
double | rms (const I_Histo &a_histo, double a_mean, Index p=0) |
Root mean square of histo a_histo for the p-th dimension. | |
double | rms (const I_Histo &a_histo, Index p=0) |
Same as the other rms(..) method, but automatically compute the mean. | |
double | nequival (const I_Histo &a_histo) |
nequival : SUM[ weight ] ^ 2 / SUM[ weight^2 ] | |
Protected Methods | |
H_Statistics () | |
virtual | ~H_Statistics () |
|
Definition at line 13 of file H_Statistics.h. |
|
Definition at line 14 of file H_Statistics.h. |
|
|
|
entries that don't fall into in range bins. Referenced by H_Printout::print1(), and H_Printout::print2(). |
|
Referenced by H_Printout::print1(), and H_Printout::print2(). |
|
SUM[ bin center * bin value ] / SUM[ bin value ] Referenced by T_Histo3DVar::mean(), T_Histo3D::mean(), T_ProfileHisto2DVar::mean(), T_ProfileHisto2D::mean(), T_Histo2DVar::mean(), T_Histo2DF::mean(), T_Histo2D::mean(), T_ProfileHisto1DVar::mean(), T_ProfileHisto1D::mean(), T_Histo1DVar::mean(), T_Histo1D::mean(), H_Printout::print1(), and rms(). |
|
|
|
Definition at line 40 of file H_Statistics.h. |
|
a_mean is the mean of a_hist' for this p-th dimension. Typically it's the result of the method mean(..). SUM[ (bin center - mean)^2 * bin value ] / SUM[ bin value ] Referenced by H_Printout::print1(), T_Histo3DVar::rms(), T_Histo3D::rms(), T_ProfileHisto2DVar::rms(), T_ProfileHisto2D::rms(), T_Histo2DVar::rms(), T_Histo2DF::rms(), T_Histo2D::rms(), T_ProfileHisto1DVar::rms(), T_ProfileHisto1D::rms(), T_Histo1DVar::rms(), T_Histo1D::rms(), and rms(). |
Anaphe documentation generated by Doxygen (www.doxygen.org) |