summaryrefslogtreecommitdiff
path: root/lib/igt_stats.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-27lib: Update docs for igt_statsDaniel Vetter1-0/+54
2015-09-08lib: various documentation fixesThomas Wood1-1/+1
2015-07-19lib: Allow storing floating point values in igt_statsChris Wilson1-21/+78
2015-07-02stats: Add wikipedia links to get_trimean() and get_iqm()Damien Lespiau1-2/+7
2015-07-01stats: Add trimeanChris Wilson1-0/+16
2015-07-01stats: Add the interquartile mean (IQM)Chris Wilson1-0/+37
2015-06-27stats: Spwan igt_init_with_size() from igt_init()Damien Lespiau1-5/+22
2015-06-27stats: Allow the underlying arrays to grow at willDamien Lespiau1-4/+42
2015-06-27stats: Add support for the interquartile range (IQR)Damien Lespiau1-1/+17
2015-06-27stats: Add support for quartiles (and thus median)Damien Lespiau1-0/+131
2015-06-27stats: Add a bulk version of _push()Damien Lespiau1-0/+17
2015-06-27stats: Add igt_stats_get_range()Damien Lespiau1-0/+16
2015-06-27stats: Add functions to retrieve min/max values of the datasetDamien Lespiau1-0/+33
2015-06-27stats: Add a note about the standard deviation derived from unbiased varianceDamien Lespiau1-0/+5
2015-06-27stats: Add a getter for the population propertyDamien Lespiau1-0/+14
2015-06-27stats: Add a way to specify if the data set is a population or a sampleDamien Lespiau1-1/+34
2015-06-27stats: Add gtkdoc section for igt_statsDamien Lespiau1-0/+74
2015-06-27stats: Zero the whole structure at init() timeDamien Lespiau1-1/+3
2015-06-27stats: Add a way to retrieve the standard deviationDamien Lespiau1-0/+9
2015-06-27stats: Use an algorithm popularised by Knuth to compute mean and varianceDamien Lespiau1-5/+37
2015-06-27stats: Be more precise and talk about mean, not averageDamien Lespiau1-1/+1
2015-06-25lib: Add a tiny utility function to compute averagesDamien Lespiau1-0/+56