DOI-USGS / geobipy

Geophysical Bayesian Inference in Python. Docs:
https://usgs.github.io/geobipy/
Other
78 stars 19 forks source link

Add Uniform prior to magnitude of model parameters #24

Closed leonfoks closed 4 years ago

leonfoks commented 5 years ago

From CultPenguin.

Setting user defined bounds on the magnitude of the recovered parameter is not possible. Add an additional uniform prior to the parameters.

leonfoks commented 4 years ago

Added a variable to the userParameters called "parameterLimits", a length 2 array. If present these are imposed as a component of the prior probability to exclude models that lie outside these two values.