Source: statsmodels Maintainer: Debian Science Maintainers Uploaders: Yaroslav Halchenko , Michael Hanke , Diane Trout , Rebecca N. Palmer Section: python Priority: optional Build-Depends: debhelper-compat (= 13), sphinx-common, dh-python (>= 3.20180313~), cython3 (>= 0.29.32~), python3-all-dev, python3-colorama , python3-cvxopt , python3-dateutil , python3-jinja2 , python3-joblib , python3-matplotlib, python3-numpy, python3-pandas, python3-patsy (>= 0.5.1) , python3-pytest , python3-pytest-forked , python3-scipy, python3-setuptools, python3-setuptools-scm, python3-setuptools-scm-git-archive, python3-tk Build-Depends-Indep: python3-jupyter-client , python3-nbconvert , python3-nbsphinx , python3-notebook , python3-numpydoc , python3-seaborn , python3-simplegeneric , python3-sphinx , python3-yaml , jdupes , # for intersphinx inventories # no longer exists python-matplotlib-doc , # no longer exists python-numpy-doc , python-scipy-doc , python-pandas-doc , python3-doc , # for the comparing-with-R examples, and example datasets r-base-core , python3-rpy2 , r-cran-cardata , r-cran-geepack , r-cran-guerry , r-cran-lme4 , r-cran-mass , r-cran-robustbase , r-cran-vcd , pandoc Standards-Version: 4.6.2 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/science-team/statsmodels Vcs-Git: https://salsa.debian.org/science-team/statsmodels.git Homepage: https://www.statsmodels.org Package: python-statsmodels-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-requirejs, libjs-mathjax Suggests: python3-statsmodels, python3-doc, python-numpy-doc, python-patsy-doc, python-pandas-doc, python-scipy-doc Breaks: python-scikits-statsmodels-doc, python-scikits.statsmodels-doc, python-statsmodels (<< 0.9.0-3~) Replaces: python-scikits-statsmodels-doc, python-scikits.statsmodels-doc, python-statsmodels (<< 0.9.0-3~) Description: documentation and examples for statsmodels Statsmodels Python modules are providing classes and functions for the estimation of several categories of statistical models. These currently include linear regression models, OLS, GLS, WLS and GLS with AR(p) errors, generalized linear models for several distribution families and M-estimators for robust linear models. An extensive list of result statistics are available for each estimation problem. . This package contains HTML documentation and example scripts for python-statsmodels. Package: python3-statsmodels Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-numpy, # upstream say >1.2 but the amd64 autopkgtest failure happens with 1.4 not 1.5 # maybe the real problem is what scipy was built with python3-scipy (>= 1.5~), python3-statsmodels-lib (>= ${source:Version}), python3-patsy (>= 0.5.1), python3-pandas Recommends: python3-matplotlib, python3-joblib, python3-colorama, python3-cvxopt Suggests: python-statsmodels-doc Provides: ${python3:Provides} Description: Python3 module for the estimation of statistical models statsmodels Python3 module provides classes and functions for the estimation of several categories of statistical models. These currently include linear regression models, OLS, GLS, WLS and GLS with AR(p) errors, generalized linear models for several distribution families and M-estimators for robust linear models. An extensive list of result statistics are available for each estimation problem. Package: python3-statsmodels-lib Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, python3-numpy Description: Python3 low-level implementations and bindings for statsmodels Statsmodels is a Python module for the estimation of statistical models. . This package contains internal libraries for python3-statsmodels. Users should not need to install it directly.