Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move math out of distribution random methods #3509

Merged
merged 3 commits into from
Jun 7, 2019

Commits on Jun 6, 2019

  1. Changed Triangular, TruncatedNormal, Rice and ZeroInflatedNegativeBin…

    …omial random method. The math operations between the distribution parameters was moved to _random, and all parameter broadcasting is handled in generate_samples. Added tests.
    lucianopaz committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    8e6f131 View commit details
    Browse the repository at this point in the history
  2. Added release notes

    lucianopaz committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    8bfd1a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da00e55 View commit details
    Browse the repository at this point in the history