From 6ade53d2f30bae5a644d273f2d7109a88933c256 Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Wed, 1 Jan 2014 16:18:55 -0800 Subject: [PATCH] added package doc info --- ostat.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ostat.go b/ostat.go index 6020fcc..32ba9be 100644 --- a/ostat.go +++ b/ostat.go @@ -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 (