|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Summary statistics for one sampled observable column. More...
#include <Statistics.h>
Public Attributes | |
| double | mean {0.0} |
| Arithmetic mean of the sampled values. | |
| double | std_unbiased {0.0} |
| Unbiased standard deviation. | |
| double | b1_skew {0.0} |
| Moment skewness coefficient. | |
| double | std_p {0.0} |
| Right-side split standard deviation estimate. | |
| double | std_m {0.0} |
| Left-side split standard deviation estimate. | |
| double | mode {0.0} |
| Discrete mode-like central estimator. | |
Summary statistics for one sampled observable column.
Definition at line 34 of file Statistics.h.
| double ColumnStats::b1_skew {0.0} |
Moment skewness coefficient.
Definition at line 37 of file Statistics.h.
| double ColumnStats::mean {0.0} |
Arithmetic mean of the sampled values.
Definition at line 35 of file Statistics.h.
| double ColumnStats::mode {0.0} |
Discrete mode-like central estimator.
Definition at line 40 of file Statistics.h.
| double ColumnStats::std_m {0.0} |
Left-side split standard deviation estimate.
Definition at line 39 of file Statistics.h.
| double ColumnStats::std_p {0.0} |
Right-side split standard deviation estimate.
Definition at line 38 of file Statistics.h.
| double ColumnStats::std_unbiased {0.0} |
Unbiased standard deviation.
Definition at line 36 of file Statistics.h.