Metadata-Version: 1.1
Name: BATS
Version: 1.1.0a4
Summary: https://github.com/ContaTP/BATS-Bayesian-Adaptive-Trial-Simulator
Home-page: https://github.com/ContaTP/BATS-Bayesian-Adaptive-Trial-Simulator
Author: Zhenning Yu
Author-email: yuzhenning.bio@gmail.com
License: GPLv3
Description: BATS
        =========================
        Bayesian Adaptive Trial Simulator (BATS) is a Qt-based software used to perform simulation for Bayeisan Multi-arm Multi-stage design.
        
        Installation
        ------------
        
        .. code-block:: bash
        
            $ pip install BATS
        
        Dependencies:
        
        * Numpy
        * Pandas
        * Matplotlib
        * Cython
        * `cythonGSL <https://github.com/twiecki/CythonGSL>`_
        * PyQt5
        
        Other dependencies:
        
        The module requires GSL, `<https://www.gnu.org/software/gsl/>`_ to be installed on user's operating system, because it use the GSL module to draw random variables and calculate choose functions.
        
        * `GSL For Windows Port: <https://code.google.com/archive/p/oscats/downloads>`_
        
        Usage
        -----
        
        .. code-block:: python
        
           import BATS
           BATS.__init__()
        
        
        Authors of the code: Zhenning Yu
        Contact: yuzhenning.bio@gmail.com
        
        License
        -------
        The software is distributed under GPLv3. See License for details
Keywords: Bayesian,clinical trial,adaptive trial
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Healthcare Industry
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Cython
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
