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

Generic distributions: use custom trait #793

Merged
merged 9 commits into from
May 15, 2019
Merged

Commits on May 10, 2019

  1. rand_distr: remove dependence on num-traits

    A custom trait can be fine-tuned to our needs
    dhardy committed May 10, 2019
    Configuration menu
    Copy the full SHA
    4d129e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49a26aa View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Configuration menu
    Copy the full SHA
    0290d42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    127ba16 View commit details
    Browse the repository at this point in the history
  3. rand_distr: make ChiSquared, FisherF, StudentT, Beta and Pert distrib…

    …utions generic over Float
    dhardy committed May 11, 2019
    Configuration menu
    Copy the full SHA
    5487157 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Configuration menu
    Copy the full SHA
    9f13fcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db795b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef59613 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. rand_distr: fix unit circle and sphere type specifications

    These are required as a side-effect of the previous generalisation.
    dhardy committed May 14, 2019
    Configuration menu
    Copy the full SHA
    b330c21 View commit details
    Browse the repository at this point in the history