California-Planet-Search / radvel

General Toolkit for Modeling Radial Velocity Data
http://radvel.readthedocs.io
MIT License
57 stars 52 forks source link

MCMC Output Error and Custom Model-Friendly #306

Closed spencerhurt closed 4 years ago

spencerhurt commented 4 years ago

The Pandas data frame output by the mcmc was incorrectly shaping the lnprobabilities; each value was reported with the wrong chain.

This has also been adapted to be more custom model-friendly, allowing a wider variety of parameters to be vectorized. Additionally, a tutorial on how to create a custom model has been added.