pyblr
pyblr copied to clipboard
Bayesian Linear Regression for python
pyblr
Description
Bayesian Linear Regression for python.
Very basic implementation of Bayesian Linear Regression.
Example output:
The library can do calculate both ML and MAP estimates for linear regression models. If request the full posterior distribution over the parameters will be calculated:
Model
TODO