File: index.rst

package info (click to toggle)
python-bumps 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,180 kB
  • sloc: python: 24,284; xml: 493; ansic: 373; makefile: 209; sh: 94; javascript: 88
file content (32 lines) | stat: -rw-r--r-- 1,386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.. _getting-started-index:

###############
Getting Started
###############

Bumps is a set of routines for curve fitting and uncertainty analysis from
a Bayesian perspective.  In addition to traditional optimizers which search
for the best minimum they can find in the search space, bumps provides
uncertainty analysis which explores all viable minima and finds confidence
intervals on the parameters based on uncertainty in the measured values.
Bumps has been used for systems of up to 100 parameters with tight
constraints on the parameters.  Full uncertainty analysis requires hundreds
of thousands of function evaluations, which is only feasible for cheap
functions, systems with many processors, or lots of patience.

Bumps includes several traditional local optimizers such as Nelder-Mead
simplex, BFGS and differential evolution. Bumps uncertainty analysis uses
Markov chain Monte Carlo to explore the parameter space. Although
it was created for curve fitting problems, Bumps can explore any probability
density function, such as those defined by PyMC.  In particular, the
bumps uncertainty analysis works well with correlated parameters.

Bumps can be used as a library within your own applications, or as a framework
for fitting, complete with a graphical user interface to manage your models.

.. toctree::
   :maxdepth: 2

   install.rst
   contributing.rst
   license.rst