Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
ColumnStats Struct Reference

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.
 

Detailed Description

Summary statistics for one sampled observable column.

Definition at line 34 of file Statistics.h.

Member Data Documentation

◆ b1_skew

double ColumnStats::b1_skew {0.0}

Moment skewness coefficient.

Definition at line 37 of file Statistics.h.

◆ mean

double ColumnStats::mean {0.0}

Arithmetic mean of the sampled values.

Definition at line 35 of file Statistics.h.

◆ mode

double ColumnStats::mode {0.0}

Discrete mode-like central estimator.

Definition at line 40 of file Statistics.h.

◆ std_m

double ColumnStats::std_m {0.0}

Left-side split standard deviation estimate.

Definition at line 39 of file Statistics.h.

◆ std_p

double ColumnStats::std_p {0.0}

Right-side split standard deviation estimate.

Definition at line 38 of file Statistics.h.

◆ std_unbiased

double ColumnStats::std_unbiased {0.0}

Unbiased standard deviation.

Definition at line 36 of file Statistics.h.


The documentation for this struct was generated from the following file: