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

Prior class to represent distributions #759

Merged
merged 51 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
c443f2c
reimplement hierarchical parameters with wrapper class
wd60622 Jun 19, 2024
5483362
write tests for prior class
wd60622 Jun 19, 2024
670597d
explicit with dependencies
wd60622 Jun 19, 2024
de98ef9
missing test dependency
wd60622 Jun 19, 2024
e5071b9
raise KeyError early and test dims
wd60622 Jun 19, 2024
67a956f
add prior module to docs
wd60622 Jun 19, 2024
5d1b32c
support for media transformations
wd60622 Jun 19, 2024
14a85dc
add some documentation
wd60622 Jun 19, 2024
a0ab4e0
migrate the delayed_saturated model to Prior class
wd60622 Jun 19, 2024
2d09259
migrate the delayed_saturated model to Prior class
wd60622 Jun 19, 2024
76a6b22
add an example image
wd60622 Jun 19, 2024
82604fb
add the example image
wd60622 Jun 19, 2024
ff98f19
push up some more documentation
wd60622 Jun 19, 2024
e98718f
support for student-t
wd60622 Jun 20, 2024
1e591c6
add configuration notebook
wd60622 Jun 21, 2024
6d65de8
Merge branch 'main' into prior-class
wd60622 Jun 21, 2024
a2a243b
catch all the errrors
wd60622 Jun 21, 2024
a8d37e8
add more to notebook
wd60622 Jun 21, 2024
bd7b0aa
use a sigma which has transform
wd60622 Jun 21, 2024
5687b84
add parsing error catches
wd60622 Jun 21, 2024
247e61b
add watermark
wd60622 Jun 22, 2024
7b83360
Merge branch 'main' into prior-class
wd60622 Jun 22, 2024
c7434e9
test the parsing warnings and error handling
wd60622 Jun 22, 2024
414e140
have a default to dict
wd60622 Jun 22, 2024
9b6427d
default handles Prior class
wd60622 Jun 22, 2024
dad3ef2
passing plotting tests
wd60622 Jun 22, 2024
d155837
support for lift tests
wd60622 Jun 22, 2024
484f7a0
fix two failing tests
wd60622 Jun 22, 2024
8b933f4
update notebook
wd60622 Jun 22, 2024
e81b403
change order of pre-commit back
wd60622 Jun 22, 2024
f5697f2
migrate to Prior and parse_model_config
wd60622 Jun 23, 2024
84e0d7c
migrate the clv tests
wd60622 Jun 23, 2024
18d212a
test for warning
wd60622 Jun 23, 2024
5c1e9f1
merge main
wd60622 Jun 23, 2024
00c793e
run pre-commit on all files
wd60622 Jun 23, 2024
3f7eec7
switch to Prior in components
wd60622 Jun 24, 2024
02971ad
test for the components
wd60622 Jun 24, 2024
2f33a68
remove the previous dictionary function
wd60622 Jun 24, 2024
40eae48
migrate to Prior class in mmm
wd60622 Jun 24, 2024
f1ba2f0
remove the unused key,value
wd60622 Jun 24, 2024
d15037e
migrate to Prior class in clv tests
wd60622 Jun 24, 2024
3306c86
back to dict for warning test
wd60622 Jun 24, 2024
9b2f8d3
Merge branch 'main' into prior-class
wd60622 Jun 26, 2024
e1ff5b1
isort and work out example indentation
wd60622 Jun 26, 2024
1b01f36
change the example name
wd60622 Jun 26, 2024
2873749
use juans suggestions
wd60622 Jun 28, 2024
16b1a99
Merge branch 'main' into prior-class
wd60622 Jun 28, 2024
4fc38ad
Merge branch 'main' into prior-class
wd60622 Jul 1, 2024
42232cb
change graph to to_graph
wd60622 Jul 1, 2024
8f6463e
rerun the time varying media
wd60622 Jul 1, 2024
bdfd299
rerun the clv notebooks I could get to work
wd60622 Jul 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/source/_static/example-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
clv
mmm
model_config
prior
```
400 changes: 201 additions & 199 deletions docs/source/notebooks/clv/bg_nbd.ipynb

Large diffs are not rendered by default.

444 changes: 223 additions & 221 deletions docs/source/notebooks/clv/clv_quickstart.ipynb

Large diffs are not rendered by default.

560 changes: 277 additions & 283 deletions docs/source/notebooks/clv/gamma_gamma.ipynb

Large diffs are not rendered by default.

564 changes: 261 additions & 303 deletions docs/source/notebooks/clv/pareto_nbd.ipynb

Large diffs are not rendered by default.

Binary file added docs/source/notebooks/clv/pnbd.nc
Binary file not shown.
Loading
Loading