Metadata-Version: 2.1
Name: regmod
Version: 0.0.2
Summary: regmod: General regression models.
Home-page: https://github.com/zhengp0/regmod
Author: Peng Zheng
Author-email: zhengp@uw.edu
License: BSD 2-Clause License
Description: .. image:: https://travis-ci.com/zhengp0/regmod.svg?branch=main
            :target: https://travis-ci.com/zhengp0/regmod
        
        .. image:: https://badge.fury.io/py/regmod.svg
            :target: https://badge.fury.io/py/regmod
        
        Regression Models
        =================
        
        This package is design for general regression models including
        generalized linear models and others.
        
        It features
        
        * Bayesian framework, allows user to include priors into the mdoel.
        * Easy spline interface and spline shape priors and constraint.
        
        Current model pool contains:
        
        * Linear model
        * Poisson model
        * Binomial model
        
        Install
        -------
        To install the package, the simplest way is through ``pip``,
        
        .. code-block:: bash
        
            pip install regmod
        
        Or you could clone this repository and do,
        
        .. code-block:: bash
        
            python setup.py install
        
Platform: UNKNOWN
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: dev
