Gabriel-p / LinearBayes3

Bayesian linear regression in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinearBayes3

A (simpler) Python3 implementation of the Bayesian straight line fitting code originally developed by Angus Williams, based on the Hogg, Bovy & Lang (2010) article.

Requires astropy, numpy, scipy, emcee. Optionally requires matplotlib and corner.py to plot the test runs.

Alt text

About

Bayesian linear regression in python

License:MIT License


Languages

Language:Python 100.0%