This page is a (growing) list of example applications of bayesim
, attempting to showcase the variety of applicability as well as ways to run the code.
The most self-contained example. Available to run in two different ways:
To run in Jupyter:
OR
To run from the command line:
git clone
) to your local machine.bayesim/examples/command_line/
.Probably the simplest example, explained on the Technical Background page. It exists in the Github repo under examples/kinematics/kinematics.py
and you can run it all in one go from a terminal (python kinematics.py
) or step-by-step in an IDE like Spyder.
An example using an actual numerical model – in this case, reproducing the fit (from this paper) of four material and interface properties in a tin sulfide solar cell. Also in Jupyter notebook form:
OR