Documentation
¶
Index ¶
- Variables
- func BinarySearch(list []int64, query int64) int64
- func ChiCritical(df float64, alpha float64) float64
- func ChiSum(o float64, e float64) float64
- func Fibonacci(n uint64) []uint64
- func FormatFloat(f float64) string
- func NaN(n float64) bool
- func PMCC(x []float64, y []float64) (float64, error)
- func PoissonCD(lambda float64, x uint64) float64
- func PoissonPD(lambda float64, x uint64) float64
- func Quadratic(a float64, b float64, c float64) []string
- func QuickSort(list []int64) []int64
- func Round(n, nearest float64) float64
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTableMismatch = fmt.Errorf("columns of table are not the same length")
Functions ¶
func BinarySearch ¶
func ChiCritical ¶
func FormatFloat ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.