Metadata-Version: 1.1
Name: gptools
Version: 0.1
Summary: Gaussian process regression with derivative constraints and predictions.
Home-page: https://github.com/markchil/gptools
Author: Mark Chilenski
Author-email: mark.chilenski@gmail.com
License: GPL
Description: gptools
        =======
        
        Gaussian processes with arbitrary derivative constraints and predictions.
        
        `gptools` is a Python package that provides a convenient, powerful and extensible implementation of Gaussian process regression (GPR). Central to `gptool`'s implementation is support for derivatives and their variances. Furthermore, the implementation supports the incorporation of arbitrary linearly transformed quantities into the GP.
        
        Developed and tested using Python 2.7 and scipy 0.14.0. May work with other versions, but it has not been tested under such configurations.
        
        Full package documentation is located at http://gptools.readthedocs.org/
        
        A printable PDF is available at https://media.readthedocs.org/pdf/gptools/latest/gptools.pdf
        
        If you find this software useful, please be sure to cite it:
        
        M.A. Chilenski (2014). gptools: Gaussian processes with arbitrary derivative constraints and predictions, GNU General Public License. github.com/markchil/gptools
        
        A formal publication on this software and its applications is in preparation. Once this is published, this readme will be updated with the relevant citation.
Platform: UNKNOWN
Requires: scipy
Requires: numpy
Requires: matplotlib
Requires: mpmath
Requires: emcee
Requires: triangle
