module
0.0.0-20241023150245-c8bbc672ef66
Repository: https://github.com/aclements/go-moremath.git
Documentation: pkg.go.dev
# README
These packages provide more specialized math routines than are available in the standard Go math package. go-moremath currently focuses on statistical routines, with particular focus on high-quality implementations and APIs for non-parametric methods.
The API is not stable.
Please see the documentation.
# Packages
No description provided by the author
Package fit provides functions for fitting models to data.
Package graph provides interfaces and basic representations for graphs.
Package mathx implements special functions not provided by the standard math package.
Package scale provides abstractions for scales that map from one domain to another and provide methods for indicating human-readable intervals in the input domain.
Package stats implements several statistical distributions, hypothesis tests, and functions for descriptive statistics.
Package vec provides functions for float64 vectors.