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

Vectorized unbounded continuous random number generators (Issue 45) #622

Commits on Sep 17, 2017

  1. Changed vector_rng_test_helper tools to work with anywhere between 1-…

    …3 parameter rngs (Issue 45)
    
    Vectorized all unbounded continuous random number generators and added tests (Issue 45)
    
    Changed how skew_normal random numbers are generated (following https://arxiv.org/pdf/0911.2342.pdf) (Issue 527)
    bbbales2 committed Sep 17, 2017
    Configuration menu
    Copy the full SHA
    72eb950 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Configuration menu
    Copy the full SHA
    fa7187b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Merge remote-tracking branch 'stan/develop' into feature/issue-45-vec…

    …torized_rngs_unbounded_continuous
    bbbales2 committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    270c96a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Merge remote-tracking branch 'stan/develop' into feature/issue-45-vec…

    …torized_rngs_unbounded_continuous
    bbbales2 committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    9a85e8c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. Configuration menu
    Copy the full SHA
    ba6c624 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2017

  1. This commit addresses Bob's comments (from like September 30 or somet…

    …hing)
    
    1. Switched to typelists for generating all combinations of tests
    2. Random number generators are now tested by building test rigs (that inherit from an abstract base class) and passing those to test functions
    3. Wasn't able to easily add tests for ints
    
    This is all Issue 45
    bbbales2 committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    275889c View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Configuration menu
    Copy the full SHA
    d2281d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Configuration menu
    Copy the full SHA
    427d316 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Configuration menu
    Copy the full SHA
    8e83e4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee338ff View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'stan/develop' into feature/issue-45-vec…

    …torized_rngs_unbounded_continuous
    bbbales2 committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    25daa7c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2017

  1. Configuration menu
    Copy the full SHA
    9bf8a0e View commit details
    Browse the repository at this point in the history
  2. Made a couple fixes to get Jenkins tests to pass (errors not reproduc…

    …ing locally) (Issue 45)
    bbbales2 committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    aa207eb View commit details
    Browse the repository at this point in the history
  3. Fix cpplint (Issue 45)

    bbbales2 committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    4517668 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. Fixed references to std::log and std::abs in double_exponential_rng. …

    …Removed reference to stan::math::sign (Issue 45)
    bbbales2 committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    eff2de9 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2017

  1. Merge remote-tracking branch 'stan/develop' into feature/issue-45-vec…

    …torized_rngs_unbounded_continuous
    bbbales2 committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    ddb60d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2017

  1. Configuration menu
    Copy the full SHA
    47cdfc9 View commit details
    Browse the repository at this point in the history