From ff1d7c0a892ab8137e442c1ea461a720eb14a04d Mon Sep 17 00:00:00 2001 From: Jonathan J Lawlor Date: Sun, 19 Oct 2014 17:06:44 -0400 Subject: [PATCH] fix spelling error CumululantKinds There was a misspelling in the doc for CDF. --- stat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stat.go b/stat.go index 5629ef34..8619428b 100644 --- a/stat.go +++ b/stat.go @@ -54,7 +54,7 @@ func Bhattacharyya(p, q []float64) float64 { // the fraction of the samples less than or equal to q. The // exact behavior is determined by the CumulantKind. CDF is theoretically // the inverse of the Quantile function, though it may not be the actual inverse -// for all values q and CumululantKinds. +// for all values q and CumulantKinds. // // The x data must be sorted in increasing order. If weights is nil then all // of the weights are 1. If weights is not nil, then len(x) must equal len(weights).