Metadata-Version: 2.1
Name: pz-qp-temp
Version: 0.6.2
Summary: Quantile parametrization of probability distribution functions
Home-page: https://github.com/LSSTDESC/qp
Author: Alex Malz, Phil Marshall, Eric Charles
Author-email: aimalz@nyu.edu, pjm@slac.stanford.edu, echarles@slac.stanford.edu
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
License-File: LICENSE

# qp

Quantile parametrization for probability distribution functions.

[![Build Status](https://travis-ci.org/aimalz/qp.svg?branch=master)](https://travis-ci.org/aimalz/qp)[![Documentation Status](http://readthedocs.org/projects/qp/badge/?version=latest)](http://qp.readthedocs.io/en/latest/?badge=latest)


## Motivation
This repository exists for two reasons.

1. To be the home of `qp`, a python package for handling probability distributions using various parametrizations, including a set of quantiles;
2. To help us learn best practices in software carpentry.

## Examples

* **[Basic Demo](http://htmlpreview.github.io/?https://github.com/LSSTDESC/qp/blob/master/docs/demo.html)** [(raw notebook)](https://github.com/LSSTDESC/qp/blob/master/nb/demo.ipynb)

* **[Practical Example](http://htmlpreview.github.io/?https://github.com/LSSTDESC/qp/blob/master/docs/demo.html)** [(raw notebook)](https://github.com/LSSTDESC/qp/blob/master/nb/demo.ipynb)

Also: [Read the Docs](http://qp.readthedocs.io/)


## People

* [Alex Malz](https://github.com/LSSTDESC/qp/issues/new?body=@aimalz) (NYU)
* [Phil Marshall](https://github.com/LSSTDESC/qp/issues/new?body=@drphilmarshall) (SLAC)
* [Eric Charles](https://github.com/LSSTDESC/qp/issues/new?body=@eacharles) (SLAC)
* [Sam Schmidt](https://github.com/LSSTDESC/qp/issues/new?body=@sschmidt) (UC Davis)

## License, Contributing etc

The code in this repo is available for re-use under the MIT license, which means that you can do whatever you like with it, just don't blame us. If you end up using any of the code or ideas you find here in your academic research, please cite us as `Malz et al, ApJ 156 1 35`. If you are interested in this project, please do drop us a line via the hyperlinked contact names above, or by [writing us an issue](https://github.com/aimalz/qp/issues/new). To get started contributing to the `qp` project, just fork the repo - pull requests are always welcome!





