Skip to content
/ bumps Public
forked from bumps/bumps

Bayesian uncertainty modeling for parametric systems

License

Notifications You must be signed in to change notification settings

HMP1/bumps

This branch is 1489 commits behind bumps/bumps:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Paul Kienzle
Jun 30, 2014
340abe2 · Jun 30, 2014
Dec 16, 2013
Jun 30, 2014
Jun 30, 2014
May 13, 2014
Dec 12, 2013
Jan 13, 2014
Jan 25, 2013
Oct 22, 2013
Nov 17, 2011
Jan 13, 2014
Dec 16, 2013
Jan 2, 2014
Apr 24, 2014
Jun 11, 2014
Jan 2, 2014
Jan 2, 2014
Mar 25, 2014

Repository files navigation

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

About

Bayesian uncertainty modeling for parametric systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published