Documentation
¶
Overview ¶
Package stats is deprecated.
Package stats provides basic statistic functions.
Deprecated: use package gnum instead.
Index ¶
- func Corr(a, b []float64) float64
- func Cov(a, b []float64) float64
- func Ent(distribution []float64) float64
- func Hist(a []float64) (counts map[float64]int, byValue []float64, byCount []float64)
- func Max(a []float64) float64
- func Mean(a []float64) float64
- func Min(a []float64) float64
- func Span(a []float64) float64
- func Std(a []float64) float64
- func Sum(a []float64) float64
- func Var(a []float64) float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Ent ¶
Ent returns the entropy for the given distribution. The distribution does not have to sum up to 1.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.