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

Implement logabsdetjac for Inverse{<:TruncatedBijector} for better numerical stability #325

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 19, 2024

  1. implement logabsdetjac for Inverse{<:TruncatedBijector} for better nu…

    …merical stability
    
    Example of previous badness:  logabsdetjac(inverse(bijector(Uniform(-1,1))), 80) = -Inf (is now -79.30685281944005)
    acertain committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    213328d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1438fcd View commit details
    Browse the repository at this point in the history
  3. fix?

    acertain committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ab97706 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. fix test

    acertain committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    88d23b5 View commit details
    Browse the repository at this point in the history
  2. back to abs formula

    acertain committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    994aa5f View commit details
    Browse the repository at this point in the history