Metadata-Version: 1.1
Name: bumps
Version: 0.7.4
Summary: Data fitting with bayesian uncertainty analysis
Home-page: http://www.reflectometry.org/danse/software.html
Author: Paul Kienzle
Author-email: paul.kienzle@nist.gov
License: UNKNOWN
Description: Bumps provides data fitting and Bayesian uncertainty modeling for inverse
        problems.  It has a variety of optimization algorithms available for locating
        the most like value for function parameters given data, and for exploring
        the uncertainty around the minimum.
        
        Installation is with the usual python installation command:
        
            python setup.py install
        
        This installs the package for all users of the system.  To isolate
        the package it is useful to install virtualenv and virtualenv-wrapper.
        
        This allows you to say:
        
            mkvirtualenv --system-site-packages bumps
            python setup.py develop
        
        Once the system is installed, you can verify that it is working with: 
        
            bumps doc/examples/peaks/model.py --chisq
        
        Documentation is available at `readthedocs <http://bumps.readthedocs.org/en/latest>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
