An example of sequential monte carlo inference visualized in latex, with data generated in python.
- You need scipy to generate the data with the python script (The package
python3-scipy
in Ubuntu) - From the root of the project, run
(cd python; python3 example.py)
. - From the root of the project, run
latexmk presentation.tex
(or use your preferred method of compiling LaTeX)