HWRix / thejoker

A custom Monte Carlo sampler for the two-body problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Joker [YO-ker] /'joʊkər/

badge-img

A custom Monte Carlo sampler for the two-body problem.

Authors

  • Adrian Price-Whelan (Princeton)
  • David W. Hogg (NYU, MPIA)
  • Dan Foreman-Mackey (UW)

Installation

The project is installable with

python setup.py install

We recommend installing into a new Anaconda environment. You can use the environment.yml file to create a new environment for The Joker with all dependencies installed. In the top-level directory of the cloned repository, do

conda env create

When this finishes, activate the environment as usual and then install

source activate thejoker
python setup.py install

License

Copyright 2016 the Authors. Licensed under the terms of the MIT License.

About

A custom Monte Carlo sampler for the two-body problem

License:MIT License


Languages

Language:TeX 59.5%Language:Python 23.6%Language:Jupyter Notebook 14.8%Language:Shell 1.9%Language:Makefile 0.2%