bbmix


Namebbmix JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/statbiomed/betabinmix
SummaryBBMix: inference of beta-binomial mixture model
upload_time2023-10-12 11:16:08
maintainer
docs_urlNone
author['Chen Qiao', 'Yuanhua Huang']
requires_python
licenseApache-2.0
keywords beta binomial distribution mixture model em algorithm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============================================
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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/statbiomed/betabinmix",
    "name": "bbmix",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "beta binomial distribution,mixture model,EM algorithm",
    "author": "['Chen Qiao', 'Yuanhua Huang']",
    "author_email": "example@hku.hk",
    "download_url": "https://files.pythonhosted.org/packages/2a/83/87aba8e1a3a9c309bfd710d52716064fc92990edf47023764a78d4c58e8e/bbmix-0.2.2.tar.gz",
    "platform": null,
    "description": "===============================================\nBBMix: inference of beta-binomial mixture model\n===============================================\n\nInstallation\n============\n\nYou can install from this GitHub repository for latest (often \ndevelopment) version by following command line\n\n.. code-block:: bash\n\n  pip install -U git+https://github.com/StatBiomed/BBMix\n\nIn either case, add ``--user`` if you don't have the write permission for your \nPython environment.\n\n\nQuick start\n===========\n\nPlease see the `jupyter notebook <https://github.com/StatBiomed/BBMix/blob/master/examples/MixtureOfBetaBin_example.ipynb>`_ located in *./examples* for reference.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "BBMix: inference of beta-binomial mixture model",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/statbiomed/betabinmix"
    },
    "split_keywords": [
        "beta binomial distribution",
        "mixture model",
        "em algorithm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a8387aba8e1a3a9c309bfd710d52716064fc92990edf47023764a78d4c58e8e",
                "md5": "6c601c58fa5114d57923f26fc7172d62",
                "sha256": "33b8891b4e1f7f1c5059c755ad888af2412b79738ec0cfb2f194ba7329c9bce6"
            },
            "downloads": -1,
            "filename": "bbmix-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6c601c58fa5114d57923f26fc7172d62",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 21470,
            "upload_time": "2023-10-12T11:16:08",
            "upload_time_iso_8601": "2023-10-12T11:16:08.116795Z",
            "url": "https://files.pythonhosted.org/packages/2a/83/87aba8e1a3a9c309bfd710d52716064fc92990edf47023764a78d4c58e8e/bbmix-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-12 11:16:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "statbiomed",
    "github_project": "betabinmix",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bbmix"
}
        
Elapsed time: 0.20509s