mirror of
https://github.com/gonum/gonum.git
synced 2025-10-19 05:24:52 +08:00
fix spelling error CumululantKinds
There was a misspelling in the doc for CDF.
This commit is contained in:
2
stat.go
2
stat.go
@@ -54,7 +54,7 @@ func Bhattacharyya(p, q []float64) float64 {
|
|||||||
// the fraction of the samples less than or equal to q. The
|
// the fraction of the samples less than or equal to q. The
|
||||||
// exact behavior is determined by the CumulantKind. CDF is theoretically
|
// exact behavior is determined by the CumulantKind. CDF is theoretically
|
||||||
// the inverse of the Quantile function, though it may not be the actual inverse
|
// 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
|
// 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).
|
// of the weights are 1. If weights is not nil, then len(x) must equal len(weights).
|
||||||
|
Reference in New Issue
Block a user