Skip to content

jmptrader/tinystat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinystat

Build Status

A Go library and command for evaluating whether two or more sets of measurements are statistically different. It does this by performing a Student's t-test at a particular confidence level, making it suitable for small sets of measurements (e.g., multiple runs of a benchmark). It's inspired largely by FreeBSD's ministat (written by Poul-Henning Kamp).

Installation

$ go get github.com/codahale/tinystat/...

Documentation

For documentation, check the godoc for the Go package or the godoc for the tinystat command.

About

A Go library and command for evaluating whether two or more sets of measurements are statistically different.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%