jomulder / BFpack

BFpack can be used for testing statistical hypotheses using the Bayes factor, a Bayesian criterion originally developed by sir Harold Jeffreys.
https://bfpack.info/
14 stars 4 forks source link

Fix bug with returning input model for Gaussian methods #7

Closed Jaeoc closed 5 years ago

Jaeoc commented 5 years ago

Found a small bug with the Gaussian_estimator() function. (required input model to actually be called "x" to work).

EDIT: As well as a small bug that resulted from your (Joris') latest change to the input the Gaussian_measures() function.