Closed nateosher closed 1 year ago
Base: 51.01% // Head: 51.78% // Increases project coverage by +0.76%
:tada:
Coverage data is based on head (
663ea0b
) compared to base (249c020
). Patch coverage: 91.30% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
It bears mentioning that my method gives different results than LaplacesDemon, but this is intentional. They seem assume that a distribution vector that contains zeroes is on the log-scale and exponentiate it. This does not seem ideal for our case, so I simply compute each respective distance limited to the support of both distributions. Other than that everything should be straightforward.