github.com/goinvest/distuvx

Go package providing univariate random distribution types not found in gonum's distuv.


Keywords
go, golang
License
MIT
Install
go get github.com/goinvest/distuvx

Documentation

distuvx

Provides univariate random distribution types not found in gonum/stat/distuv

GoDoc Go Report Card License Badge

Overview

distuvx provides univariate random distribution types that are not currently found in gonum/stat/distuv.

Contributing

Contributions are welcome! To contribute please:

  1. Fork the repository
  2. Create a feature branch
  3. Code
  4. Submit a pull request

Testing

Prior to submitting a pull request, please run:

$ make check

To update and view the test coverage report:

$ make cover

License

distuvx is released under the MIT license. Please see the LICENSE file for more information.