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

Priors examples #129

Closed Bobby-Huggins closed 1 year ago

Bobby-Huggins commented 1 year ago
  1. Updates the prior distribution examples to include using a scipy.stats distribution.
  2. Edits to the examples and documentation for clarity.
  3. Renames sigma in the SmoothBox prior to scale, for clarity and to agree with scipy.stats convention.