stats: add MeanCI, make more consistent with QuantileCI
4 files changed
tree: f32a07d73ff530e302fb350334bde2a24ebf2748
  1. cmd/
  2. fit/
  3. graph/
  4. internal/
  5. mathx/
  6. scale/
  7. stats/
  8. vec/
  9. go.mod
  10. LICENSE
  11. 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.