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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
Source: python-bumps
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Drew Parsons <dparsons@debian.org>,
Stuart Prescott <stuart@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
libjs-jquery,
libjs-mathjax,
python3-all,
python3-matplotlib,
python3-numpy (>= 1.3.0),
python3-scipy (>= 0.7.0),
python3-periodictable,
python3-pyparsing (>= 1.5.2),
python3-pytest,
python3-pytest-cov,
python3-setuptools,
python3-sklearn,
python3-aiohttp,
python3-blinker,
python3-h5py,
python3-plotly,
python3-socketio,
python3-sphinx,
python3-tk,
python3-wxgtk4.0,
librandom123-dev,
texinfo
Standards-Version: 4.7.2
Homepage: https://github.com/bumps/bumps
Vcs-Git: https://salsa.debian.org/science-team/python-bumps.git
Vcs-Browser: https://salsa.debian.org/science-team/python-bumps
Rules-Requires-Root: no
Package: python3-bumps
Architecture: all
Section: python
Depends:
python3-matplotlib (>= 1.0),
python3-numpy (>= 1.3.0),
python3-scipy (>= 0.7.0),
${misc:Depends},
${python3:Depends},
Recommends:
bumps-private-libs,
python3-wxgtk4.0
Suggests:
python-bumps-doc,
python3-sklearn,
python3-aiohttp,
python3-blinker,
python3-h5py,
python3-plotly,
python3-socketio
Description: 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.
Package: bumps-private-libs
Architecture: any-amd64 any-i386 powerpc arm64
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends}
Description: data fitting and Bayesian uncertainty modeling for inverse problems (libraries)
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 compiled libraries used by the Python modules.
Package: python-bumps-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
libjs-jquery,
libjs-mathjax,
${misc:Depends},
${sphinxdoc:Depends}
Description: 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.
|