Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.35 KB

File metadata and controls

51 lines (35 loc) · 1.35 KB

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.