Update gonum/matrix import (deprecated) to gonum

Also 'go mod tidy' while here.

I verified this change only using 'go test';
I am not sure if there are any manual tests to run…?
2 files changed
tree: 7502e353c58122ec97f4ebd45f20a6845d17ea74
  1. cmd/
  2. fit/
  3. graph/
  4. internal/
  5. mathx/
  6. scale/
  7. stats/
  8. vec/
  9. go.mod
  10. go.sum
  11. LICENSE
  12. README.md
README.md

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.