软件包:python3-bumps(1.0.0a13-1)
python3-bumps 的相关链接
Debian 的资源:
下载源码包 python-bumps:
- [python-bumps_1.0.0a13-1.dsc]
- [python-bumps_1.0.0a13.orig.tar.gz]
- [python-bumps_1.0.0a13-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-bumps 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-matplotlib (>= 1.0)
- Python based plotting system in a style similar to Matlab
-
- dep: python3-numpy (>= 1.3.0)
- Python library for numerical computations (Python 3)
-
- dep: python3-scipy (>= 0.7.0)
- scientific tools for Python 3
-
- dep: python3-sklearn
- Python modules for machine learning and data mining - Python 3
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
-
- rec: bumps-private-libs
- data fitting and Bayesian uncertainty modeling for inverse problems (libraries)
-
- rec: python3-wxgtk4.0
- Python 3 interface to the wxWidgets Cross-platform C++ GUI toolkit
-
- sug: python-bumps-doc
- data fitting and Bayesian uncertainty modeling for inverse problems (docs)
-
- sug: python3-aiohttp
- http client/server for asyncio
-
- sug: python3-blinker
- Fast, simple object-to-object and broadcast signaling (Python3)
-
- sug: python3-h5py
- general-purpose Python interface to hdf5
-
- sug: python3-plotly
- Python 3 plotting library for publication-quality graphs
-
- sug: python3-socketio
- python3 implementation of the Socket.IO realtime client and server