-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implemented Bayesian model dimensionality * Added mutual information and total dimensionality * Updated model dimensionality for tests * Tests now passing * added monte carlo error estimates * Trying to debug underestimate of dimensionality error * Made some notes about bmd error estimation. To naut. Let's just give it generous error bars * Cleaned up stats.py * Tests now up to date * bump version to 0.13.0 * Fixed documentation * remove torch dep * Removed BMD changes * removed temporary file --------- Co-authored-by: Will Handley <[email protected]>
- Loading branch information
1 parent
65e7ec2
commit 662af2e
Showing
6 changed files
with
3 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ lsbi: Linear Simulation Based Inference | |
======================================= | ||
:lsbi: Linear Simulation Based Inference | ||
:Author: Will Handley & David Yallup | ||
:Version: 0.12.2 | ||
:Version: 0.12.3 | ||
:Homepage: https://github.com/handley-lab/lsbi | ||
:Documentation: http://lsbi.readthedocs.io/ | ||
|
||
|
@@ -134,7 +134,6 @@ There are many ways you can contribute via the `GitHub repository <https://githu | |
|
||
- You can `open an issue <https://github.com/handley-lab/lsbi/issues>`__ to report bugs or to propose new features. | ||
- Pull requests are very welcome. Note that if you are going to propose major changes, be sure to open an issue for discussion first, to make sure that your PR will be accepted before you spend effort coding it. | ||
- Adding models and data to the grid. Contact `Will Handley <mailto:[email protected]>`__ to request models or ask for your own to be uploaded. | ||
|
||
|
||
Questions/Comments | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.12.2" | ||
__version__ = "0.12.3" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.