Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ For an in-depth exposition, check out our walkthrough notebooks below.
5. [SIR model with custom summary network](examples/SIR_Posterior_Estimation.ipynb)
6. [Bayesian experimental design](examples/Bayesian_Experimental_Design.ipynb)
7. [Simple model comparison example](examples/One_Sample_TTest.ipynb)
8. [Moving from BayesFlow v1.1 to v2.0](examples/From_BayesFlow_1.1_to_2.0.ipynb)

More tutorials are always welcome! Please consider making a pull request if you have a cool application that you want to contribute.

Expand Down
3 changes: 2 additions & 1 deletion docsrc/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ The corresponding Jupyter Notebooks are available :mainbranch:`here <examples/>`
:numbered:

_examples/Linear_Regression_Starter.ipynb
_examples/From_BayesFlow_1.1_to_2.0.ipynb
_examples/Two_Moons_Starter.ipynb
_examples/SIR_Posterior_Estimation.ipynb
_examples/Bayesian_Experimental_Design.ipynb
_examples/From_ABC_to_BayesFlow.ipynb
_examples/One_Sample_TTest.ipynb
_examples/Lotka_Volterra_point_estimation_and_expert_stats.ipynb
_examples/Lotka_Volterra_Point_Estimation_and_Expert_Stats.ipynb
372 changes: 0 additions & 372 deletions examples/From_BayesFlow_1.0_to_2.0.ipynb

This file was deleted.

Loading