Skip to content

hoogerheide/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

Packages

No packages published

Languages

  • Python 48.2%
  • HTML 21.2%
  • C++ 16.1%
  • C 6.6%
  • Vue 3.4%
  • Objective-C 1.4%
  • Other 3.1%