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

Invariants #126

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Invariants #126

wants to merge 1 commit into from

Conversation

cscherrer
Copy link
Collaborator

This PR adds two invariants:

  • logdensity_def(μ, x) ≈ logdensity_rel(μ, β, x) (in test_interface)
  • logdensity_rel(pushfwd(f, μ), pushfwd(f, ν), x) == logdensity_rel(μ, ν, inverse(f)(x)) (in test_pushfwd)

Currently some tests are failing. I think these laws are correct, so we should examine the codebase more carefully and get this in line.

@github-actions
Copy link

Package name latest stable
MeasureTheory.jl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant