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.