Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2003 00:21:54 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/tools/tools/ministat Makefile README chameleon iguana ministat.c
Message-ID:  <200308130721.h7D7LsAk003557@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/08/13 00:21:54 PDT

  FreeBSD src repository

  Added files:
    tools/tools/ministat Makefile README chameleon iguana 
                         ministat.c 
  Log:
  A small statistics tool for gauging the statistical significance
  of data from benchmarks etc.  Implements "Student's t" for various
  confidence levels, defaults to 95%.
  
  If your benchmarks are not significant at the 95% confidence level,
  we don't want to hear about it.
  
  Revision  Changes    Path
  1.1       +13 -0     src/tools/tools/ministat/Makefile (new)
  1.1       +50 -0     src/tools/tools/ministat/README (new)
  1.1       +6 -0      src/tools/tools/ministat/chameleon (new)
  1.1       +8 -0      src/tools/tools/ministat/iguana (new)
  1.1       +544 -0    src/tools/tools/ministat/ministat.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308130721.h7D7LsAk003557>