Metadata-Version: 1.2
Name: bayes_window
Version: 0.1.0
Summary: Pretty and easy Bayesian estimation with data overlay
Home-page: https://github.com/mmyros/bayes_window
Author: Maxym Myroshnychenko
Author-email: mmyros@gmail.com
License: MIT license
Description: ============
        Bayes Window
        ============
        .. image:: bw_logo.jpg
           :width: 70
           :height: 40
           :align: center
        
        =================================
        
        
        .. image:: https://img.shields.io/pypi/v/bayes_window.svg
                :target: https://pypi.python.org/pypi/bayes_window
        
        .. image:: https://github.com/mmyros/bayes-window/actions/workflows/pytest.yaml/badge.svg
                :target: https://github.com/mmyros/bayes-window/actions/workflows/pytest.yaml/badge.svg
        
        .. image:: https://readthedocs.org/projects/bayes-window/badge/?version=latest
                :target: https://bayes-window.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://codecov.io/gh/mmyros/bayes-window/branch/master/graph/badge.svg?token=CQMHJRNC9I
              :target: https://codecov.io/gh/mmyros/bayes-window
        
        
        Pretty and easy hierarchical Bayesian or linear mixed effects estimation with data overlay
        
        
        * Free software: MIT license
        * Documentation: https://bayes-window.readthedocs.io.
        
        TODO
        ----
        - Less haphasard testing
        - Shrinkage layer: Should be as easy as alt.layer with unpooled model
           - Make sure + works well with facet
        - how is holoviz with coposite overlays? Maybe the facet method is not necessary then
           - related to https://github.com/vega/vega-lite/issues/4373#issuecomment-447726094
        - delete facet attribute of chart if independent_axes=True
        - Formalize detailed data plot: trial-slope plus box. Try to add posteriors? see notebook
        - Random-effect plots (eg intercepts): bw.plot_extras?
           - see lfp notebook
        - Decide on Vega theme
        
        
        Features
        --------
        
        * TODO
        
        
        =======
        History
        =======
        
        0.1.0 (2021-02-05)
        ------------------
        
        * First release on PyPI.
        
Keywords: bayes_window
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
