Metadata-Version: 1.1
Name: stanity
Version: 0.1.2
Summary: Helper library for working with Stan models in Python
Home-page: https://github.com/hammerlab/stanity
Author: Jacki Buros and Tim O'Donnell
Author-email: timodonnell@gmail.com
License: Apache License
Download-URL: https://github.com/hammerlab/stanity/tarball/0.1.2
Description: .. image:: https://travis-ci.org/hammerlab/stanity.svg
           :target: https://travis-ci.org/hammerlab/stanity
           :alt: build status
        .. image:: https://coveralls.io/repos/github/hammerlab/stanity/badge.svg?branch=master
           :target: https://coveralls.io/github/hammerlab/stanity
           :alt: coverage
        
        
        stanity
        =========
        python convenience functions for working with Stan models (via pystan)
        
        Functionality:
        
        stanity.fit
            thin wrapper around ``pystan.stan`` that caches compiled models
        stanity.psisloo
            thin wrapper around ``psisloo`` (implemented in https://github.com/avehtari/PSIS/blob/master/py/psis.py)
        stanity.loo_compare
            compare model fit using PSIS-LOO, similar to methods implemented in the R package loo
        
        Installation
        -------------
        From a git checkout, run:
        
        ::
        
            pip install .
        
        To run the tests:
        
        ::
        
            nosetests
        
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
