Metadata-Version: 2.1
Name: bbmix
Version: 0.2.2
Summary: BBMix: inference of beta-binomial mixture model
Home-page: https://github.com/statbiomed/betabinmix
Author: ['Chen Qiao', 'Yuanhua Huang']
Author-email: example@hku.hk
License: Apache-2.0
Keywords: beta binomial distribution,mixture model,EM algorithm
Provides-Extra: docs
License-File: LICENSE

===============================================
BBMix: inference of beta-binomial mixture model
===============================================

Installation
============

You can install from this GitHub repository for latest (often 
development) version by following command line

.. code-block:: bash

  pip install -U git+https://github.com/StatBiomed/BBMix

In either case, add ``--user`` if you don't have the write permission for your 
Python environment.


Quick start
===========

Please see the `jupyter notebook <https://github.com/StatBiomed/BBMix/blob/master/examples/MixtureOfBetaBin_example.ipynb>`_ located in *./examples* for reference.
