summaryrefslogtreecommitdiff
path: root/lib/igt_stats.c
AgeCommit message (Expand)Author
2016-07-27lib: Update docs for igt_statsDaniel Vetter
2015-09-08lib: various documentation fixesThomas Wood
2015-07-19lib: Allow storing floating point values in igt_statsChris Wilson
2015-07-02stats: Add wikipedia links to get_trimean() and get_iqm()Damien Lespiau
2015-07-01stats: Add trimeanChris Wilson
2015-07-01stats: Add the interquartile mean (IQM)Chris Wilson
2015-06-27stats: Spwan igt_init_with_size() from igt_init()Damien Lespiau
2015-06-27stats: Allow the underlying arrays to grow at willDamien Lespiau
2015-06-27stats: Add support for the interquartile range (IQR)Damien Lespiau
2015-06-27stats: Add support for quartiles (and thus median)Damien Lespiau
2015-06-27stats: Add a bulk version of _push()Damien Lespiau
2015-06-27stats: Add igt_stats_get_range()Damien Lespiau
2015-06-27stats: Add functions to retrieve min/max values of the datasetDamien Lespiau
2015-06-27stats: Add a note about the standard deviation derived from unbiased varianceDamien Lespiau
2015-06-27stats: Add a getter for the population propertyDamien Lespiau
2015-06-27stats: Add a way to specify if the data set is a population or a sampleDamien Lespiau
2015-06-27stats: Add gtkdoc section for igt_statsDamien Lespiau
2015-06-27stats: Zero the whole structure at init() timeDamien Lespiau
2015-06-27stats: Add a way to retrieve the standard deviationDamien Lespiau
2015-06-27stats: Use an algorithm popularised by Knuth to compute mean and varianceDamien Lespiau
2015-06-27stats: Be more precise and talk about mean, not averageDamien Lespiau
2015-06-25lib: Add a tiny utility function to compute averagesDamien Lespiau