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
|
Source: pymc
Section: python
Priority: extra
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>, Michael Hanke <michael.hanke@gmail.com>
Build-Depends: debhelper (>= 7.2.18),
gfortran, liblapack-dev,
python-all-dev (>= 2.5),
python-numpy (>= 1.6),
python-scipy,
python-nose,
python-sphinx,
cython,
python-tables,
python-matplotlib,
Standards-Version: 3.9.3
Homepage: http://pymc-devs.github.com/pymc/
Vcs-Browser: https://github.com/neurodebian/pymc
Vcs-Git: git://github.com/neurodebian/pymc.git
XS-Python-Version: >= 2.6
Package: python-pymc
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
python-numpy,
python-scipy,
python-matplotlib,
python-nose
Recommends: python-tables,
Suggests: python-pydot, ipython
Description: Bayesian statistical models and fitting algorithms
PyMC is a Python module that implements Bayesian statistical models
and fitting algorithms, including Markov chain Monte Carlo. Its
flexibility and extensibility make it applicable to a large suite of
problems. Along with core sampling functionality, PyMC includes
methods for summarizing output, plotting, goodness-of-fit and
convergence diagnostics.
Package: python-pymc-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-jquery, libjs-underscore
Description: Bayesian statistical models and fitting algorithms
PyMC is a Python module that implements Bayesian statistical models
and fitting algorithms, including Markov chain Monte Carlo. Its
flexibility and extensibility make it applicable to a large suite of
problems. Along with core sampling functionality, PyMC includes
methods for summarizing output, plotting, goodness-of-fit and
convergence diagnostics.
.
This package provides the documentation in HTML format.
|