Skip to content

Releases: ConnorStoneAstro/pted

v1.3.0

31 Oct 14:49
2f616a0

Choose a tag to compare

What's Changed

Thanks @fangyizhu for the suggestion! See #6

Full Changelog: v1.2.0...v1.3.0

v1.2.0

07 Oct 19:19
143f39a

Choose a tag to compare

What's Changed

  • add KS-test comparison to README by @ConnorStoneAstro in #5
  • Update p-value floor to better represent finite monte carlo p-value estimate now use (1+q)/(1+n_permute) instead of max(1,q)/n_permute
  • Provide two-tail p-value option for main pted to check for overfitting

Full Changelog: v1.1.1...v1.2.0

v1.1.1

13 Jun 15:29
574b387

Choose a tag to compare

What's Changed

Now gives warning if coverage detects over or under confidence. Can be used to inform updates to models or sampling procedure.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 Jun 00:20
6641406

Choose a tag to compare

What's Changed

Breaking change

The pted_coverage_test now uses a density based two tail p-value test at the end to return a p-value. This way the test will now also return a low p-value if the posterior is underconfident rather than returning a value very close to 1. This is more in line with expectations when running the test, one would like to know specifically if the ground truth plausibly came from the posterior distribution. It is a separate question to ask if the posterior is being conservative, which could be added in the future if there is interest in such a function.

Full Changelog: v1.0.1...v1.1.0

v1.0.1

07 May 00:54
ef534cc

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

26 Apr 20:06
6335cbb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v1.0.0

v0.1.0

24 Apr 13:20
0ae98e5

Choose a tag to compare

  • More checks to ensure good inputs.
  • better docstrings
  • default permutations now 1000

Full Changelog: v0.0.1...v0.1.0

v0.0.1

15 Apr 19:01
a5d8666

Choose a tag to compare

Initial release of PTED!