Metadata-Version: 2.1
Name: statespace
Version: 1.3.13
Summary: state-space distributions and decisions
Home-page: https://gitlab.com/noahhsmith/statespace
Author: noah smith
Author-email: noahhsmith@gmail.com
License: UNKNOWN
Description: <img src="https://gitlab.com/noahhsmith/statespace/raw/master/docs/images/ekf.png" align="center" width="480" height="360"/>
        
        [notes](https://gitlab.com/noahhsmith/statespace/blob/master/docs/readme.md)
        
        uncertainty and confidence, their evolution with time, noise, and observations, risk and the cost of errors
        
        [The Flaw of Averages: Why We Underestimate Risk in the Face of Uncertainty, Sam L. Savage](http://a.co/cDDBO9p)
        
        [Bayesian Signal Processing: Classical, Modern, and Particle Filtering Methods, James V. Candy](http://a.co/gp4upXd)
        
        [Kalman Filtering: Theory and Practice, Mohinder S. Grewal, Angus P. Andrews](http://a.co/6hAa35c)
        
        automated build-test-deploy to [pypi](https://pypi.org/project/statespace) is mostly a placeholder, ubuntu clone-install-develop of the [repo](https://gitlab.com/noahhsmith/statespace) is assumed for now.
        
            sudo apt-get -qq update -qy
            sudo apt-get -qq install -y python3.6 python3-venv python3-pip
            git clone git@gitlab.com:noahhsmith/statespace.git statespace
            cd statespace
            python3 -m venv venv
            . venv/bin/activate
            python3 setup.py develop
            pytest
            python3 statespace --demo
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
