Sometimes I want to plot a distribution really quick to get a feel for whether or not it will be an appropriate prior. This tool is basically a thin wrapper around scipy.stats that quickly plots the distribution you specify.
If you want to fit distributions to data or do fancier things in your terminal check out visidata.
With pip
:
$ pip install disterminal
-- also ensuregnuplot
is in your path.
Or with brew:
$ brew tap jlmcgehee21/disterminal https://github.com/jlmcgehee21/disterminal
$ brew install disterminal
$ disterminal -h
Free software: MIT license
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.