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

Use numerically stable one-pass algorithm for log-sum-exp #18

Merged
merged 24 commits into from
Aug 21, 2022

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    eebd96c View commit details
    Browse the repository at this point in the history
  2. Remove empty line

    devmotion committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    1018048 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Configuration menu
    Copy the full SHA
    77f3de3 View commit details
    Browse the repository at this point in the history
  2. Update resample.birch

    lawmurray committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    57b774f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    c26dbe8 View commit details
    Browse the repository at this point in the history
  2. Reduce code duplications

    devmotion committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    d206a76 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Use for loops

    devmotion committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    71fbafe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdd7e37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d806e5b View commit details
    Browse the repository at this point in the history
  4. Fix typos

    devmotion committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    4f36fdc View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Minor updates for style.

    lawmurray committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    2dc744d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afe03ec View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Add explanations

    devmotion committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    426333a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3763cd0 View commit details
    Browse the repository at this point in the history
  3. Fix some issues

    devmotion committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    fec1d4e View commit details
    Browse the repository at this point in the history
  4. Rename test program

    devmotion committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    bc6d13a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Fix ESS computation

    devmotion committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    a70692f View commit details
    Browse the repository at this point in the history
  2. Fix tests

    devmotion committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    9cb20c7 View commit details
    Browse the repository at this point in the history
  3. More test fixes

    devmotion committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    2fe1e77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0374797 View commit details
    Browse the repository at this point in the history
  5. Fix matrix indexing

    devmotion committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    d70af39 View commit details
    Browse the repository at this point in the history
  6. Simplify tests

    devmotion committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    4971374 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    17f4b82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e37aec5 View commit details
    Browse the repository at this point in the history