Provides univariate random distribution types not found in gonum/stat/distuv
distuvx provides univariate random distribution types that are not currently found in gonum/stat/distuv.
Contributions are welcome! To contribute please:
- Fork the repository
- Create a feature branch
- Code
- Submit a pull request
Prior to submitting a pull request, please run:
$ make check
To update and view the test coverage report:
$ make cover
distuvx is released under the MIT license. Please see the LICENSE file for more information.