added package doc info

This commit is contained in:
Stephen McQuay 2014-01-01 16:18:55 -08:00
parent 7e93fcd216
commit 6ade53d2f3
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// ostat is a go package that implements the efficient, accurate, and stable
// calculation of online] statistical quantities. The algorithm comes from *The
// Art of Computer Programing*, vol 2 by Knuth
package ostat
import (