gucasbrg / pyblr

Bayesian Linear Regression for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyblr

Description

Bayesian Linear Regression for python.

Very basic implementation of Bayesian Linear Regression.

Example output: example plots

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:

example posterior

Model

TODO

About

Bayesian Linear Regression for python


Languages

Language:Python 100.0%