Skip to content
/ bumps Public
forked from bumps/bumps

Data fitting with uncertainty analysis

License

Notifications You must be signed in to change notification settings

backmari/bumps

 
 

Repository files navigation

Bumps: data fitting and uncertainty estimation

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:

pip install bumps

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. See CHANGES.rst for details on recent changes.

If a compiler is available, then significant speedup is possible for DREAM using:

(cd bumps/dream && cc compiled.c -I ../../Random123/include/ -O2 -fopenmp -shared -lm -o _compiled.so -fPIC)

For now this requires an install from source rather than pip.

Build status Documentation status DOI tag

About

Data fitting with uncertainty analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.9%
  • HTML 21.0%
  • C++ 16.0%
  • C 6.6%
  • Vue 3.0%
  • Objective-C 1.4%
  • Other 3.1%