Quantile statistics

Minimum {{ values['min'] | fmt_numeric }}
5-th percentile {{ values['5%'] | fmt_numeric }}
Q1 {{ values['25%'] | fmt_numeric }}
Median {{ values['50%'] | fmt_numeric }}
Q3 {{ values['75%'] | fmt_numeric }}
95-th percentile {{ values['95%'] | fmt_numeric }}
Maximum {{ values['max'] | fmt_numeric }}
Range {{ values['range'] | fmt_numeric }}
Interquartile range {{ values['iqr'] | fmt_numeric }}

Descriptive statistics

Standard deviation {{ values['std'] | fmt_numeric }}
Coef of variation {{ values['cv'] | fmt_numeric }}
Kurtosis {{ values['kurtosis'] | fmt_numeric }}
Mean {{ values['mean'] | fmt_numeric }}
MAD {{ values['mad'] | fmt_numeric }}
Skewness {{ values['skewness'] | fmt_numeric }}
Sum {{ values['sum'] | fmt_numeric }}
Variance {{ values['variance'] | fmt_numeric }}
Memory size {{ values['memorysize'] | fmt_bytesize }}