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

Native binompdf and binomlogpdf #33

Closed
wants to merge 27 commits into from

Commits on Mar 1, 2018

  1. Native binompdf and binomlogpdf

    Added native binompdf and binomlogpdf functions. Small performance improvement. Tests needed.
    Ellipse0934 committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    f678962 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2018

  1. Added tests for bino

    tests for binompdf and binomlogpdf
    Ellipse0934 committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    07ca55d View commit details
    Browse the repository at this point in the history
  2. Test fix for 32 bit machines

    Fixed tests for 32 bit computers
    Ellipse0934 committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    0fc437c View commit details
    Browse the repository at this point in the history
  3. 32 bit fix + sfe fix

    Ellipse0934 committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    4493ba0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2018

  1. binomlogpdf fix

    binomlogpdf(1200, 0.5, 1) = -82468.. instead of -Inf
    Ellipse0934 committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    fc8a130 View commit details
    Browse the repository at this point in the history
  2. binompdf test

    Ellipse0934 committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    3343a17 View commit details
    Browse the repository at this point in the history
  3. binompdf test check

    Ellipse0934 committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    cc5689f View commit details
    Browse the repository at this point in the history
  4. binomlogpdf test check

    Ellipse0934 committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    a0b72a4 View commit details
    Browse the repository at this point in the history
  5. New testing

    test now compares the function to the Rmath functions.
    Ellipse0934 committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    d4f572c View commit details
    Browse the repository at this point in the history
  6. 32 bit machine fix

    Ellipse0934 committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    2ad0331 View commit details
    Browse the repository at this point in the history
  7. retest

    Ellipse0934 committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    8a3c998 View commit details
    Browse the repository at this point in the history
  8. Test fix

    Ellipse0934 committed Mar 4, 2018
    Configuration menu
    Copy the full SHA
    bcec450 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f922d4f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Changes based on review

    type assertion changes and neatness
    Ellipse0934 committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    e6d96e7 View commit details
    Browse the repository at this point in the history
  2. typo fix

    Ellipse0934 committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    990d5c3 View commit details
    Browse the repository at this point in the history
  3. sfe(x) change and inv

    Compution sfe and inverse values instead of using precomputed
    Ellipse0934 committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    541a94c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d533cf7 View commit details
    Browse the repository at this point in the history
  5. small fix sfe

    Ellipse0934 committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    0b3ca4b View commit details
    Browse the repository at this point in the history
  6. typo fix

    int64 -> Int64
    Ellipse0934 committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    0daf0b4 View commit details
    Browse the repository at this point in the history
  7. updated stirlerr

    use lookup table sfe[] for wmall values else get it from lstirling_asym() in misc.jl
    Ellipse0934 committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    a9cdcf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. type care, stirlerr removed

    DLMF link + comments, types taken care of, added comments, Tests failing because lstirlerr_asym() not accurate for small values yet (see PR #).
    Ellipse0934 committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    1052ffc View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Configuration menu
    Copy the full SHA
    84eaed4 View commit details
    Browse the repository at this point in the history
  2. Small changes

    n
    Ellipse0934 committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    05dd41f View commit details
    Browse the repository at this point in the history
  3. small fix

    Ellipse0934 committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    5062ff0 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Configuration menu
    Copy the full SHA
    dea75b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a8789d View commit details
    Browse the repository at this point in the history
  3. bug fix in test

    Ellipse0934 committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    79f35e7 View commit details
    Browse the repository at this point in the history