Metadata-Version: 2.1
Name: bbmix
Version: 0.2.0
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
Description: ===============================================
        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.
        
Keywords: beta binomial distribution,mixture model,EM algorithm
Platform: UNKNOWN
Provides-Extra: docs
