acerbilab / pyvbmc

PyVBMC: Variational Bayesian Monte Carlo algorithm for posterior and model inference in Python
https://acerbilab.github.io/pyvbmc/
BSD 3-Clause "New" or "Revised" License
114 stars 6 forks source link

Minor Changes Re: Whitening #70

Closed Bobby-Huggins closed 2 years ago

Bobby-Huggins commented 2 years ago

Changes to docstrings and variable names, plus additional test for vbmc.moments as discussed on Slack, and general code formatting.

I also added a README and init.py to the whitening sub-module, to follow the convention of other sub-modules, and updated the documentation source files. Documentation still needs to be re-built to include the new whitening functions, I left it un-built so that the diff would be easier to skim through.