Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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 developement 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

License

Modified BSD (3-clause)

Discussion and Development

Discussions take place on our mailing list.

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

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

Release files for statsmodels 0.10.0rc2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for statsmodels 0.10.0rc2
File Size Uploaded
statsmodels-0.10.0rc2.tar.gz 14.0 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for statsmodels 0.10.0rc2
File
statsmodels-0.10.0rc2-cp37-none-win_amd64.whl CPython 3.7 none Windows x86-64 Details
statsmodels-0.10.0rc2-cp37-none-win32.whl CPython 3.7 none Windows x86-32 Details
statsmodels-0.10.0rc2-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
statsmodels-0.10.0rc2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.10+ x86-64, macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.6+ Intel (x86-64, i386), macOS 10.9+ Intel (x86-64, i386) Details
statsmodels-0.10.0rc2-cp36-none-win_amd64.whl CPython 3.6 none Windows x86-64 Details
statsmodels-0.10.0rc2-cp36-none-win32.whl CPython 3.6 none Windows x86-32 Details
statsmodels-0.10.0rc2-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
statsmodels-0.10.0rc2-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
statsmodels-0.10.0rc2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.10+ x86-64, macOS 10.6+ Intel (x86-64, i386) Details
statsmodels-0.10.0rc2-cp35-none-win_amd64.whl CPython 3.5 none Windows x86-64 Details
statsmodels-0.10.0rc2-cp35-none-win32.whl CPython 3.5 none Windows x86-32 Details
statsmodels-0.10.0rc2-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
statsmodels-0.10.0rc2-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
statsmodels-0.10.0rc2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.10+ x86-64, macOS 10.10+ Intel (x86-64, i386), macOS 10.9+ x86-64, macOS 10.9+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386) Details
statsmodels-0.10.0rc2-cp27-none-win_amd64.whl CPython 2.7 none Windows x86-64 Details
statsmodels-0.10.0rc2-cp27-none-win32.whl CPython 2.7 none Windows x86-32 Details
statsmodels-0.10.0rc2-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
statsmodels-0.10.0rc2-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
statsmodels-0.10.0rc2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.10+ x86-64, macOS 10.10+ Intel (x86-64, i386), macOS 10.6+ Intel (x86-64, i386), macOS 10.9+ Intel (x86-64, i386), macOS 10.9+ x86-64 Details

Total release size: 170.2 MB

Release files / statsmodels-0.10.0rc2.tar.gz

Download URL statsmodels-0.10.0rc2.tar.gz
Size 14.0 MB
Tags Source
SHA-256 checksum
How to use checksums
ce65adc8e33d3e8de64ce7d43e57f79116df8674653140559ff10ddaefa30eb4
BLAKE2b-256 checksum
How to use checksums
09d3dbd8e32072c9fe3456abbd86c37882198383ea1f5d7285ce96a11a1da2d2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp37-none-win_amd64.whl

Download URL statsmodels-0.10.0rc2-cp37-none-win_amd64.whl
Size 7.6 MB
Tags CPython 3.7 Windows x86-64
SHA-256 checksum
How to use checksums
e1a835342b04fe8a17aab2ee8e4b1b8a19214f2f0624529aade9a8dbe5b91f4e
BLAKE2b-256 checksum
How to use checksums
87e07ce1238223612122f8210de610c4c08204bee8fab08b4451aaf817843d14
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp37-none-win32.whl

Download URL statsmodels-0.10.0rc2-cp37-none-win32.whl
Size 7.2 MB
Tags CPython 3.7 Windows x86-32
SHA-256 checksum
How to use checksums
89de83099267050cc6cd780f7a6931f2e0145309bb9fa65b5028133f3dc22c14
BLAKE2b-256 checksum
How to use checksums
bb71a65d2b494822079ffcd380de627913df0bd276af0827603c8792bb1c8c63
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp37-cp37m-manylinux1_x86_64.whl

Download URL statsmodels-0.10.0rc2-cp37-cp37m-manylinux1_x86_64.whl
Size 8.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
44011e20bc15ba90b5bedb7e16002c0e6d94983390d9cb3fca88c76c94879e06
BLAKE2b-256 checksum
How to use checksums
80d3fc5a0ef1786cde1ae8ae94fc2f28619de8bc0306506ff9b56fd22583d676
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL statsmodels-0.10.0rc2-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 10.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
4110aa816b212fe2fdd44b2245d17d9bfafd6e1e8f6c0dd3524829ad59a21887
BLAKE2b-256 checksum
How to use checksums
a6d5983bca2365980b05a78af7aac7b3a914fe1ae13d58b472b39e4cb306d5a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp36-none-win_amd64.whl

Download URL statsmodels-0.10.0rc2-cp36-none-win_amd64.whl
Size 7.5 MB
Tags CPython 3.6 Windows x86-64
SHA-256 checksum
How to use checksums
beb2ef2005ceb018acb8becfe2aa1039d30c09d2058c4a752e8990cc9c864bbc
BLAKE2b-256 checksum
How to use checksums
0f2e0af86c354179f36f9db1533749ed81d7386dfc81b79e16217b4041da3c51
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp36-none-win32.whl

Download URL statsmodels-0.10.0rc2-cp36-none-win32.whl
Size 7.1 MB
Tags CPython 3.6 Windows x86-32
SHA-256 checksum
How to use checksums
8ef5edc379409e6b50e31f1ff9d31425ed909c9cb09b57f4c9f21f4bd15a60d0
BLAKE2b-256 checksum
How to use checksums
de9b7c28caf38d66b7e5d8e50380449b14ad8b548df1e8f88e469351575e5fc8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp36-cp36m-manylinux1_x86_64.whl

Download URL statsmodels-0.10.0rc2-cp36-cp36m-manylinux1_x86_64.whl
Size 8.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
0f8913a04f037db593813d6380f68470d9c7d390f0d62370b5b4845081f21ffa
BLAKE2b-256 checksum
How to use checksums
abf56bb191bb31574f59b42ee10278a8d002e5be4055d41f9af86d682b8c63b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp36-cp36m-manylinux1_i686.whl

Download URL statsmodels-0.10.0rc2-cp36-cp36m-manylinux1_i686.whl
Size 7.7 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
24752244cf5b124a599a61eb8e6fa019df3f3c8bbed18a66366870c7a694200f
BLAKE2b-256 checksum
How to use checksums
861a9c96c967b554b3070e2765f53ec5b5a4459c5e20017f6cd14eb46f433a33
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL statsmodels-0.10.0rc2-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 10.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
2b97264e3954ab4de2ab9b76020ca99e1074c17aa7d36f86dea912812338e10c
BLAKE2b-256 checksum
How to use checksums
bde3822f8508a7ed1ceaa117dba38342e004b83db2d8f6c235c2612c40ca75e5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp35-none-win_amd64.whl

Download URL statsmodels-0.10.0rc2-cp35-none-win_amd64.whl
Size 7.5 MB
Tags CPython 3.5 Windows x86-64
SHA-256 checksum
How to use checksums
ef904eb5b728edc1830219555bfab129f2700ac2a1610b723a5edf10285a57a9
BLAKE2b-256 checksum
How to use checksums
bb42b14ee1bfb44d7d6d1bbd51eb527b8b193e06486c1885e2f359ef8fa83aaf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp35-none-win32.whl

Download URL statsmodels-0.10.0rc2-cp35-none-win32.whl
Size 7.1 MB
Tags CPython 3.5 Windows x86-32
SHA-256 checksum
How to use checksums
2aaf21e6ef1de6f2aeffaa13b432f837d116c1b919cc64b018878f99c125dd2d
BLAKE2b-256 checksum
How to use checksums
e048f0af058867c314864649f956e2b8c7f67d0a9662916f67dab38a021ba98b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp35-cp35m-manylinux1_x86_64.whl

Download URL statsmodels-0.10.0rc2-cp35-cp35m-manylinux1_x86_64.whl
Size 8.0 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
4c8b6ad922c2ccbbd89ae54fffa772d67696ff64d94598342c82a6953120883d
BLAKE2b-256 checksum
How to use checksums
cd1767b99a9970ca3f2a209433f6ddcaab81af56f65addb527e24e38f3de8734
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp35-cp35m-manylinux1_i686.whl

Download URL statsmodels-0.10.0rc2-cp35-cp35m-manylinux1_i686.whl
Size 7.6 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
4079404d8902ca8b21045ab762e9aa41b637417210fb3edd118d9127abd1fde9
BLAKE2b-256 checksum
How to use checksums
b7c6a803f383fdcb18ca1e1917d167a9c1e5d2dab1d1c42d17fc52a69be00eb2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL statsmodels-0.10.0rc2-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 10.3 MB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
feefe2f7d6b59378f48cbbd0e03711379cb4dab7c889f59cbef6978f10dea117
BLAKE2b-256 checksum
How to use checksums
b7ebef94d669bbcef8e5d4dd6cec5f97035fde51ae5c8b4151d408e72f05b4fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp27-none-win_amd64.whl

Download URL statsmodels-0.10.0rc2-cp27-none-win_amd64.whl
Size 7.7 MB
Tags CPython 2.7 Windows x86-64
SHA-256 checksum
How to use checksums
340b33a9ed859ebfae718f119bb7e0490a41f7d8f6cf88f9b693e30d1a56a616
BLAKE2b-256 checksum
How to use checksums
825179012e574d2c8b9bc699f4ffacbd277a49d50bd6af97a66edb7a04e448d8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp27-none-win32.whl

Download URL statsmodels-0.10.0rc2-cp27-none-win32.whl
Size 7.3 MB
Tags CPython 2.7 Windows x86-32
SHA-256 checksum
How to use checksums
b705cd7107fde15a81dd25da0f23995f7635e432396cac16c2c93cfa537b6f3a
BLAKE2b-256 checksum
How to use checksums
70e6714d7651e279f70d6b38ae6c0b199f869ae4d5e0f17b251763398d1b2890
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp27-cp27mu-manylinux1_x86_64.whl

Download URL statsmodels-0.10.0rc2-cp27-cp27mu-manylinux1_x86_64.whl
Size 8.1 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
40af327eb6cbea90394703d2f9d00145e68895cf9883545e9b79b607cfa34931
BLAKE2b-256 checksum
How to use checksums
e307a5415506d5168dc373c77ae06d76d515b9872c656a4a980ff32d7ce171c5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp27-cp27mu-manylinux1_i686.whl

Download URL statsmodels-0.10.0rc2-cp27-cp27mu-manylinux1_i686.whl
Size 7.7 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
f85855c66e6c5ee7dcd9571ae099659affac2b2431b6e970337790662569a98d
BLAKE2b-256 checksum
How to use checksums
685f280433590cb5d91c3cff6aa63a97b83f559bc3231990bb2ef0ea3474fa83
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release files / statsmodels-0.10.0rc2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl

Download URL statsmodels-0.10.0rc2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
Size 10.6 MB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.10+ Intel (x86-64, i386) macOS 10.10+ x86-64 macOS 10.6+ Intel (x86-64, i386) macOS 10.9+ Intel (x86-64, i386) macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
32a5c3db4ed40153673105f29c1057f738acc79300bd769a7c3ab7241768014e
BLAKE2b-256 checksum
How to use checksums
652280c45632e7d170cf631b1cbd148387291c9454e4245119eb819b7c96115c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3

Release history Release notifications | RSS feed

This release

0.10.0rc2 This release

20 release files

0.9.0

22 release files

0.5.0

8 release files

0.4.3

8 release files

0.4.1

8 release files

0.4.0

8 release files

0.4.0rc2

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page