python-bumps 0.8.1-1 source package in Ubuntu

Changelog

python-bumps (0.8.1-1) unstable; urgency=medium

  * New upstream release.
  * Standards-Version: 4.6.0
  * texinfo docs: set reference to .png images in bumps.info-1 to point
    to installed images in /usr/share/doc/python-bumps-doc/html/_images

 -- Drew Parsons <email address hidden>  Wed, 29 Dec 2021 11:38:46 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any-amd64 any-i386 all powerpc
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bumps_0.8.1-1.dsc 2.5 KiB 8bc96a5bebe9b4a8b1eb7f77f12efb83d60a82d5b99193120fc1c8abdc97a673
python-bumps_0.8.1.orig.tar.gz 3.5 MiB 2ae088288f0954a72489d0302fcd89f8f98bcf5fbdec3c0ecfa7dc7e4c854569
python-bumps_0.8.1-1.debian.tar.xz 12.8 KiB d97d613d6f121301034585ab8330f59ac06e4b7c951b717ade608b3b6a197577

Available diffs

No changes file available.

Binary packages built by this source

bumps-private-libs: No summary available for bumps-private-libs in ubuntu kinetic.

No description available for bumps-private-libs in ubuntu kinetic.

bumps-private-libs-dbgsym: debug symbols for bumps-private-libs
python-bumps-doc: data fitting and Bayesian uncertainty modeling for inverse problems (docs)

 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.
 .
 This is the common documentation package.

python3-bumps: data fitting and Bayesian uncertainty modeling for inverse problems (Python 3)

 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.
 .
 This package installs the library for Python 3.