summaryrefslogtreecommitdiff
path: root/usr.bin/ministat/ministat.c
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanups to allow handing vast datasets.Poul-Henning Kamp2020-02-031-24/+29
* Improve the way we calculate variance to reduce the rounding errorsPoul-Henning Kamp2019-10-181-22/+39
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* ministat: disallow negative variance / nan StddevEd Maste2018-02-211-0/+6
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-301-1/+3
* ministat(1): CapsicumifyConrad Meyer2016-12-161-24/+39
* Reduce the bogosity of ministat's % difference calculations.Colin Percival2016-11-051-1/+7
* Compute the median of the data set as the midpoint between the two middleMarcelo Araujo2015-11-241-2/+4
* fix error message... errx since errno may not be set (if we didn'tJohn-Mark Gurney2015-07-151-1/+1
* ministat(1): replace malloc + memset with calloc.Pedro F. Giffuni2015-02-171-4/+2
* Make ministat CRNL tolerant by stripping all isspace() from the tailPoul-Henning Kamp2014-03-121-2/+3
* Add option to suppress just the plot in ministat while still retainingEitan Adler2012-11-151-3/+8
* Add missing static keywords to ministat(1)Ed Schouten2011-11-061-2/+2
* Fix some warns - mainly signedness and unused variables.David Malone2009-03-171-5/+3
* Free old arrays if we increase them.Poul-Henning Kamp2008-10-161-0/+1
* Make ministat(1) vastly faster on huge datasets.Poul-Henning Kamp2008-10-161-49/+34
* WARNS fixes: remove two unused variables and add some constness.David Malone2008-02-081-4/+3
* Improve input parsing:Poul-Henning Kamp2006-08-281-14/+36
* Avoid coredumps if stddev cannot be computed (if all datapoints are identical)Poul-Henning Kamp2006-05-021-12/+16
* Fix the way in which median is calculated. If the data source has evenWojciech A. Koszek2006-02-231-7/+18
* Add option -w to specify graph width.Matthew N. Dodd2006-02-221-3/+24
* In 2003, a -s flag was added to ministat to separate thePoul-Henning Kamp2005-07-211-5/+7
* dd a '-n' option to ministat, which causes it to display only summaryRobert Watson2005-05-271-9/+17
* Add support for more than two datasets. Currently limited to 7 thoughMatthew N. Dodd2005-04-131-29/+29
* Attached is a small patch to ministat that separates thePoul-Henning Kamp2003-10-311-19/+47
* In case of zero span data supress the histogram plot.Poul-Henning Kamp2003-08-181-0/+6
* A small statistics tool for gauging the statistical significancePoul-Henning Kamp2003-08-131-0/+544