bandicoot.helper.maths.
SummaryStats
Data structure storing a numeric distribution.
Note
You can generate a SummaryStats object using the summary_stats() function.
summary_stats()
Mean of the distribution.
The standard deviation of the distribution.
The minimum value of the distribution.
The max value of the distribution.
The median value of the distribution
The skewness of the distribution, measuring its asymmetry
The kurtosis of the distribution, measuring its “peakedness”
The complete distribution, as a list of floats