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
|
Source: python-questplus
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
python3,
cython3,
python3-setuptools,
python3-json-tricks <!nocheck>,
python3-numpy <!nocheck>,
python3-scipy <!nocheck>,
python3-xarray <!nocheck>,
python3-pytest <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/python-questplus
Vcs-Git: https://salsa.debian.org/med-team/python-questplus.git
Homepage: https://github.com/hoechenberger/questplus
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: python3-questplus
Architecture: any
Section: python
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
python3-json-tricks,
python3-numpy,
python3-scipy,
python3-xarray
Description: QUEST+ implementation in Python3
QUEST+ is a Bayesian adaptive psychometric testing method that allows an
arbitrary number of stimulus dimensions, psychometric function
parameters, and trial outcomes.
.
This package provides an implementation in Python3.
|