Skip to main content

Statistical computations and models for Python

Project description

Travis Build Status Azure CI Build Status Appveyor Build Status Coveralls Coverage

About statsmodels

statsmodels is a Python package that provides a complement to scipy for statistical computations including descriptive statistics and estimation and inference for statistical models.

Documentation

The documentation for the latest release is at

https://www.statsmodels.org/stable/

The documentation for the development version is at

https://www.statsmodels.org/dev/

Recent improvements are highlighted in the release notes

https://www.statsmodels.org/stable/release/version0.9.html

Backups of documentation are available at https://statsmodels.github.io/stable/ and https://statsmodels.github.io/dev/.

Main Features

  • Linear regression models:

    • Ordinary least squares

    • Generalized least squares

    • Weighted least squares

    • Least squares with autoregressive errors

    • Quantile regression

    • Recursive least squares

  • Mixed Linear Model with mixed effects and variance components

  • GLM: Generalized linear models with support for all of the one-parameter exponential family distributions

  • Bayesian Mixed GLM for Binomial and Poisson

  • GEE: Generalized Estimating Equations for one-way clustered or longitudinal data

  • Discrete models:

    • Logit and Probit

    • Multinomial logit (MNLogit)

    • Poisson and Generalized Poisson regression

    • Negative Binomial regression

    • Zero-Inflated Count models

  • RLM: Robust linear models with support for several M-estimators.

  • Time Series Analysis: models for time series analysis

    • Complete StateSpace modeling framework

      • Seasonal ARIMA and ARIMAX models

      • VARMA and VARMAX models

      • Dynamic Factor models

      • Unobserved Component models

    • Markov switching models (MSAR), also known as Hidden Markov Models (HMM)

    • Univariate time series analysis: AR, ARIMA

    • Vector autoregressive models, VAR and structural VAR

    • Vector error correction modle, VECM

    • exponential smoothing, Holt-Winters

    • Hypothesis tests for time series: unit root, cointegration and others

    • Descriptive statistics and process models for time series analysis

  • Survival analysis:

    • Proportional hazards regression (Cox models)

    • Survivor function estimation (Kaplan-Meier)

    • Cumulative incidence function estimation

  • Multivariate:

    • Principal Component Analysis with missing data

    • Factor Analysis with rotation

    • MANOVA

    • Canonical Correlation

  • Nonparametric statistics: Univariate and multivariate kernel density estimators

  • Datasets: Datasets used for examples and in testing

  • Statistics: a wide range of statistical tests

    • diagnostics and specification tests

    • goodness-of-fit and normality tests

    • functions for multiple testing

    • various additional statistical tests

  • Imputation with MICE, regression on order statistic and Gaussian imputation

  • Mediation analysis

  • Graphics includes plot functions for visual analysis of data and model results

  • I/O

    • Tools for reading Stata .dta files, but pandas has a more recent version

    • Table output to ascii, latex, and html

  • Miscellaneous models

  • Sandbox: statsmodels contains a sandbox folder with code in various stages of development and testing which is not considered “production ready”. This covers among others

    • Generalized method of moments (GMM) estimators

    • Kernel regression

    • Various extensions to scipy.stats.distributions

    • Panel data models

    • Information theoretic measures

How to get it

The master branch on GitHub is the most up to date code

https://www.github.com/statsmodels/statsmodels

Source download of release tags are available on GitHub

https://github.com/statsmodels/statsmodels/tags

Binaries and source distributions are available from PyPi

https://pypi.org/project/statsmodels/

Binaries can be installed in Anaconda

conda install statsmodels

Installing from sources

See INSTALL.txt for requirements or see the documentation

https://statsmodels.github.io/dev/install.html

Contributing

Contributions in any form are welcome, including:

  • Documentation improvements

  • Additional tests

  • New features to existing models

  • New models

https://statsmodels.github.io/dev/test_notes.html

for instructions on installing statsmodels in editable mode.

License

Modified BSD (3-clause)

Discussion and Development

Discussions take place on the mailing list

https://groups.google.com/group/pystatsmodels

and in the issue tracker. We are very interested in feedback about usability and suggestions for improvements.

Bug Reports

Bug reports can be submitted to the issue tracker at

https://github.com/statsmodels/statsmodels/issues

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

statsmodels-0.11.0rc2.tar.gz (15.4 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

statsmodels-0.11.0rc2-cp38-none-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.8Windows x86-64

statsmodels-0.11.0rc2-cp38-none-win32.whl (7.8 MB view details)

Uploaded CPython 3.8Windows x86

statsmodels-0.11.0rc2-cp38-cp38-manylinux1_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.8

statsmodels-0.11.0rc2-cp38-cp38-macosx_10_9_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

statsmodels-0.11.0rc2-cp37-none-win_amd64.whl (8.2 MB view details)

Uploaded CPython 3.7Windows x86-64

statsmodels-0.11.0rc2-cp37-none-win32.whl (7.7 MB view details)

Uploaded CPython 3.7Windows x86

statsmodels-0.11.0rc2-cp37-cp37m-manylinux1_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.7m

statsmodels-0.11.0rc2-cp37-cp37m-manylinux1_i686.whl (8.2 MB view details)

Uploaded CPython 3.7m

statsmodels-0.11.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

statsmodels-0.11.0rc2-cp36-none-win_amd64.whl (8.2 MB view details)

Uploaded CPython 3.6Windows x86-64

statsmodels-0.11.0rc2-cp36-none-win32.whl (7.7 MB view details)

Uploaded CPython 3.6Windows x86

statsmodels-0.11.0rc2-cp36-cp36m-manylinux1_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.6m

statsmodels-0.11.0rc2-cp36-cp36m-manylinux1_i686.whl (8.2 MB view details)

Uploaded CPython 3.6m

statsmodels-0.11.0rc2-cp36-cp36m-macosx_10_9_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

statsmodels-0.11.0rc2-cp35-none-win_amd64.whl (8.1 MB view details)

Uploaded CPython 3.5Windows x86-64

statsmodels-0.11.0rc2-cp35-none-win32.whl (7.6 MB view details)

Uploaded CPython 3.5Windows x86

statsmodels-0.11.0rc2-cp35-cp35m-manylinux1_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.5m

statsmodels-0.11.0rc2-cp35-cp35m-manylinux1_i686.whl (8.2 MB view details)

Uploaded CPython 3.5m

statsmodels-0.11.0rc2-cp35-cp35m-macosx_10_6_intel.whl (8.3 MB view details)

Uploaded CPython 3.5mmacOS 10.6+ Intel (x86-64, i386)

File details

Details for the file statsmodels-0.11.0rc2.tar.gz.

File metadata

  • Download URL: statsmodels-0.11.0rc2.tar.gz
  • Upload date:
  • Size: 15.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.5

File hashes

Hashes for statsmodels-0.11.0rc2.tar.gz
Algorithm Hash digest
SHA256 8c11c00a109babc60e187868142ba6164ea7ad1a7cd34ababfd01bd5c762baff
MD5 47eb7f56a44e3fd0217b8b0443db8214
BLAKE2b-256 532d52088ea015590b7fec33945ba4703f2e3f7591d684e6a29dcd16ffac59dd

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp38-none-win_amd64.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 1d217096f9a5968d78c7572da21e4d6abfcb43674396447d1ee89341235e188b
MD5 57e2fb372d6b2e7f5bd4b9c8835d4f2b
BLAKE2b-256 d1e19f06c9cd9bff908706329dc12db5073b0043600f6eab99d09db1da50e16c

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp38-none-win32.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp38-none-win32.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp38-none-win32.whl
Algorithm Hash digest
SHA256 c7869d081a0be8352605759306d01e1d763518776ab09b69f65e66dec8103120
MD5 fd437abb6c4d2fd97deaa73136431edd
BLAKE2b-256 80b2eb44e521660fa6a68b8631c6d0fd529641155d6dc7bfca58d84df198402f

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b485ce6d78e94f43337ad5c28267cbc4aae3b29215395a12c588567f211c96b1
MD5 d3d15cf4602a61981189117e7ed80221
BLAKE2b-256 b76aa491141828f9ca50f1b43594c5e3352be47faf25b602284a80d404171ada

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d1cec9232083080566c0f69285ebaef60b3b3114a122096ab82199d88867e00b
MD5 912db7d858c9da4b0ef9ac5adc82d1ae
BLAKE2b-256 acece3f134a72e5a9db10985b133b5e5ff0480c2499369b0d646e885e8cd4788

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp37-none-win_amd64.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 dc8243d851f99017ad94c2c92df59fae16ca7161a23748abf8fffb231330d5d3
MD5 3218891edab6bc5033338c814e69ce29
BLAKE2b-256 7ffd5863d51748b5ab30100df5d16e97130485b9cfec6ccf0322a44ff09a71da

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp37-none-win32.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp37-none-win32.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp37-none-win32.whl
Algorithm Hash digest
SHA256 720c2de8b37b424059f45a5c8493b3dbecabef9c4646a5a1d9b8ff41fea7da9f
MD5 aa7610a733811d391975f9e0dfd0aa8e
BLAKE2b-256 48f705d5f82f37d7fbb3e12c37a864477a1bad567b270fd8625e5294767302e8

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5f26cc2418ba3fed04b82203dbcdf27be3e679866511da05fd2b122c84d0b523
MD5 290123e8f17ddec1617608bf6b5d7ab6
BLAKE2b-256 6bd8c98b781b3112e26f852d78e3caa028b71b903c1144123f372c89b6a01d05

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d557457376e15f976628a7bf91bac8b20adca34e130c2f08587b840fdffe034c
MD5 e8dac98269aad86b0ca4707b02604d48
BLAKE2b-256 4a866e129fa2ad5b880ad048e1447aad8665b7e9ae1e49f66fb2fa82268fcab8

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ee134c17af6f166e89b211c6340d1b48b3c3461673586084e5a693f569b0e763
MD5 329767a5acfccc9b148391790067195f
BLAKE2b-256 7c88478ea530f9dda2e776da21452b2c08b1c06c028263af8d88558195b4b8cb

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp36-none-win_amd64.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp36-none-win_amd64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.6, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp36-none-win_amd64.whl
Algorithm Hash digest
SHA256 f51522e7d403cd734386b8544afdc3a5fc2d00c8b791df914de73045d4cdf41a
MD5 903201339867f8a2a2f17e3f7c2a7ad8
BLAKE2b-256 60373216676f2a94ea35b9d6da7c9cf59a1bccaacef5e21d5506f0fadf11ff3b

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp36-none-win32.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp36-none-win32.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.6, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp36-none-win32.whl
Algorithm Hash digest
SHA256 af77fecd2f36dbbeead1a3952988259a08b899fdce1dc4dbed2485b0d4bc9d4c
MD5 6f1547cda5915600ac9f8021fcf92dde
BLAKE2b-256 395dea9e3e783446f0eab49d6b05319785e6d7c596179a48fff5bb38c2415204

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 69ef62a8b58fd20ffca321bf239aebe3557ec469ab1472a1a5f3331448b1c47f
MD5 f1430adf9b0e35da100055d9edb81e29
BLAKE2b-256 a81744a9f61db85d7adb3b84a381a7ca6493385ea2734eb3e38ef78faadcfa16

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4e0e5b28e578ebb5dfca562175c01a27d2e4a295a9f237c9d97bd54d85b8e6fc
MD5 41ee029416eb5258429c884c8dbb6ca8
BLAKE2b-256 de63ae2c5893df196be54285e21abd42e2d26981bae9caa79423ffdb7ceb15c1

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cdce2bcf752da70bd10f2217526995ce4f08b4fe7cf05575b8b74a8a43f70a6a
MD5 74211e7c61d0902d3ff4b53764fa33b6
BLAKE2b-256 3139087750f9e3408986f3c73d9b504c5c87134e878721cfb878f5b64f78be28

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp35-none-win_amd64.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp35-none-win_amd64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.5, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp35-none-win_amd64.whl
Algorithm Hash digest
SHA256 feff5887916f7c18e4affe1788d392f0c8c36334e720168514cfa1e7b5514ba9
MD5 f8a72c2c6c09d247fc6a6bfd0b0618ce
BLAKE2b-256 6d0973d260058b3cc12d47f40829e33a77fe73e36a5b8980fac2f3fa272d1969

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp35-none-win32.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp35-none-win32.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.5, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp35-none-win32.whl
Algorithm Hash digest
SHA256 326c90b5b5951bfb35b7033d247590e0eabb4ffd93552ecba950ed1f13b83211
MD5 cda3c1a28452eb3644f5b47bc6cbf3e2
BLAKE2b-256 95d2a3cb6c72abc2f590fc4ea4a3cfe30b7ea9f6470d60bdd428e6bb8c139bac

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 8.6 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c9951fc172235750fa3796cc1adb0d40924fc156f939239108e3b35671fa3ea2
MD5 a8da21b63d690abe8296d1c30edf3f91
BLAKE2b-256 9ce5dac5f22016b9c9f2c2c113b0f3e3a44027a475909fc7afa28b8ae4b91ff1

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1dce89191fa39fd1efefb9d4886edd1d41f549c755bd4530de9737e7c9a4dcf8
MD5 b9177790940acbbae5970c1efd9d7219
BLAKE2b-256 1bf6dda5725b41c60c05426e8d1f68c7f944ff0d09cae30930cf118d9a16aa82

See more details on using hashes here.

File details

Details for the file statsmodels-0.11.0rc2-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: statsmodels-0.11.0rc2-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.5m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0.post20200106 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for statsmodels-0.11.0rc2-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 e6133b6130c8f7c61b2cf873a4369d470c506bb8cbb92115a8df3f5e1e890e0a
MD5 5cd1e6caec4655be9daae90b5b5d4f81
BLAKE2b-256 84eb98db2ddf0b751317b3f66a76178c25dbb737f5e1fda301ae626b001bea6c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page