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

Evaluate inverse link and its derivative simultaneously #192

Merged
merged 22 commits into from
Aug 16, 2017

Commits on Jul 30, 2017

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

Commits on Aug 1, 2017

  1. Spacing

    dmbates committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    b3f08e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b863f32 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Correct a typo

    dmbates committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    c0b295b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Add InverseSquareLink and InverseGaussian distribution

    Modify tests to use approximate comparisons.
    The ftest tables now fail locally, perhaps due to tab/spaces
    inconsistency. I will change them to doctests.
    dmbates committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    0d3ae21 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Clean up performance test.

    dmbates committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    8b46d68 View commit details
    Browse the repository at this point in the history
  2. Delete trailing whitespace

    dmbates committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    6d62d6a View commit details
    Browse the repository at this point in the history
  3. Switch docs to Documenter

    jldoctest chunks are failing because GLM namespace is not visible.  Help
    would be appreciated.
    dmbates committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    394309e View commit details
    Browse the repository at this point in the history
  4. Get tests working.

    dmbates committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    fce32d8 View commit details
    Browse the repository at this point in the history
  5. Export more functions.

    dmbates committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    f0cef9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b00901 View commit details
    Browse the repository at this point in the history
  7. Add a DocTestSetup stanza

    dmbates committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    0d7e7bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3dfaa90 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16b6248 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Clean up code

    dmbates committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    8000bfd View commit details
    Browse the repository at this point in the history
  2. Correct method signatures for iscanonical.

    The canonical links for `Gamma` and `InverseGaussian` are flagged at
    present because it is not true that the variance function is equal to
    `dμ/dη`.  The variance function is a negative multiple of the
    derivative.
    dmbates committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    3a2e4b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca43fe6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb3279c View commit details
    Browse the repository at this point in the history
  5. Drop support for v0.5

    dmbates committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    a607fd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. Configuration menu
    Copy the full SHA
    d2b1341 View commit details
    Browse the repository at this point in the history
  2. Change iscanonical to cancancel.

    Also use `L()` instead of `Link(r)`.
    dmbates committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    cbc1de1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cbfc5d View commit details
    Browse the repository at this point in the history