Skip to main content

Statistical computations and models for Python

Project description

Statsmodels logo

PyPI Version Conda Version License Azure CI Build Status Codecov Coverage Coveralls Coverage PyPI - Downloads Conda downloads

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/

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 model, 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 main 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://www.statsmodels.org/stable/dev/test_notes

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.14.0.tar.gz (19.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.14.0-cp312-cp312-win_amd64.whl (9.1 MB view details)

Uploaded CPython 3.12Windows x86-64

statsmodels-0.14.0-cp312-cp312-musllinux_1_1_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

statsmodels-0.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

statsmodels-0.14.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (9.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

statsmodels-0.14.0-cp312-cp312-macosx_11_0_arm64.whl (9.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

statsmodels-0.14.0-cp312-cp312-macosx_10_9_x86_64.whl (9.7 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

statsmodels-0.14.0-cp311-cp311-win_amd64.whl (9.2 MB view details)

Uploaded CPython 3.11Windows x86-64

statsmodels-0.14.0-cp311-cp311-musllinux_1_1_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

statsmodels-0.14.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

statsmodels-0.14.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (9.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

statsmodels-0.14.0-cp311-cp311-macosx_11_0_arm64.whl (9.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

statsmodels-0.14.0-cp311-cp311-macosx_10_9_x86_64.whl (9.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

statsmodels-0.14.0-cp310-cp310-win_amd64.whl (9.2 MB view details)

Uploaded CPython 3.10Windows x86-64

statsmodels-0.14.0-cp310-cp310-musllinux_1_1_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

statsmodels-0.14.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

statsmodels-0.14.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (9.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

statsmodels-0.14.0-cp310-cp310-macosx_11_0_arm64.whl (9.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

statsmodels-0.14.0-cp310-cp310-macosx_10_9_x86_64.whl (9.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

statsmodels-0.14.0-cp39-cp39-win_amd64.whl (9.4 MB view details)

Uploaded CPython 3.9Windows x86-64

statsmodels-0.14.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

statsmodels-0.14.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (9.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

statsmodels-0.14.0-cp39-cp39-macosx_11_0_arm64.whl (9.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

statsmodels-0.14.0-cp39-cp39-macosx_10_9_x86_64.whl (9.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

statsmodels-0.14.0-cp38-cp38-win_amd64.whl (9.4 MB view details)

Uploaded CPython 3.8Windows x86-64

statsmodels-0.14.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

statsmodels-0.14.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (9.8 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

statsmodels-0.14.0-cp38-cp38-macosx_11_0_arm64.whl (9.3 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

statsmodels-0.14.0-cp38-cp38-macosx_10_9_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file statsmodels-0.14.0.tar.gz.

File metadata

  • Download URL: statsmodels-0.14.0.tar.gz
  • Upload date:
  • Size: 19.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for statsmodels-0.14.0.tar.gz
Algorithm Hash digest
SHA256 6875c7d689e966d948f15eb816ab5616f4928706b180cf470fd5907ab6f647a4
MD5 d3f242780e36f88d8d7a6aea86c6ba4a
BLAKE2b-256 13a3a8bf1c9e6d0193f854d9a79cb86a65dac0866de64051ff96e35bc7ecedfe

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fc2c7931008a911e3060c77ea8933f63f7367c0f3af04f82db3a04808ad2cd2c
MD5 3d2d66c318525ab7dbaab6a8020be41b
BLAKE2b-256 a559a4c19b49684ca2a469d7cd1a5682950e327c95c68e13aeea15533e576a8e

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6f7d762df4e04d1dde8127d07e91aff230eae643aa7078543e60e83e7d5b40db
MD5 e50ee6ce28cee6e6ab923283cdcfb757
BLAKE2b-256 75688ceed6db20d5471fd0b35ce6ee75f89e93c2a22cc1e74e59080e640afa1c

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8be53cdeb82f49c4cb0fda6d7eeeb2d67dbd50179b3e1033510e061863720d93
MD5 2ff4c8cf3a8fada4794c36c99bcd2a76
BLAKE2b-256 2ad3c3279a74b4f19d62ebb2c462799cc0c9650bb900b3b194cf1f7edff96196

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 575f61337c8e406ae5fa074d34bc6eb77b5a57c544b2d4ee9bc3da6a0a084cf1
MD5 7eb8d7f7f15a3a4aaadd53b5a214077f
BLAKE2b-256 fbcba0318044a998ee61a7ca2f4c3074363051fa49184aafa35b752c025815ec

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c815ce7a699047727c65a7c179bff4031cff9ae90c78ca730cfd5200eb025dd
MD5 bffc064363f6ce227f493e0c5bbc6f53
BLAKE2b-256 16fa11d5fd61d3cbd1f89a9a81a7ad1ffce55662a0865757bbd42183aaa366a6

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0eea4a0b761aebf0c355b726ac5616b9a8b618bd6e81a96b9f998a61f4fd7484
MD5 bf4bbdc99d48e711f9dbf486c5d25ed8
BLAKE2b-256 6c374815a8b7526c7c4493e58faf9606925514f6d7a735ef0a5b5cac5d43d643

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a6ad7b8aadccd4e4dd7f315a07bef1bca41d194eeaf4ec600d20dea02d242fce
MD5 4e033f5e53b6147553643230e489d4f6
BLAKE2b-256 c587dfb50b24913cf3164e1ffbc176d36cd8d4e68c673a239cbcf676192a4350

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 afe80544ef46730ea1b11cc655da27038bbaa7159dc5af4bc35bbc32982262f2
MD5 af2f14432d5c7f94db023b5853b8c736
BLAKE2b-256 05316274b03d290fc3b3e5c0b62f321b56493afc247a11b2bc3980af84c98739

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ef7fa4813c7a73b0d8a0c830250f021c102c71c95e9fe0d6877bcfb56d38b8c
MD5 d08f64c89bf75be950ad77c8db818308
BLAKE2b-256 1ebe0e3fadc16fd255789a8483a1a88aa293aa0625084a4f70b09def7625d5c6

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b587ee5d23369a0e881da6e37f78371dce4238cf7638a455db4b633a1a1c62d6
MD5 5541540bc94f215b71bfdda02ed6ddd0
BLAKE2b-256 eacedfbe88ade2494e7575fcb9a7787cb802d2eeb91121bb50a17aa1d9bd06c2

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ebe885ccaa64b4bc5ad49ac781c246e7a594b491f08ab4cfd5aa456c363a6f6
MD5 b76d01fdf3221af3e3a08e9fa218dd0f
BLAKE2b-256 adb9f1914c3b272bb2692e18289a7e93bdb7557b80f1bec0572143e1147a79db

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 582f9e41092e342aaa04920d17cc3f97240e3ee198672f194719b5a3d08657d6
MD5 cc6b3cd182daa3205ec2722ebc6c2a55
BLAKE2b-256 05900ec7eca8d603f36a599f2564ad2f6fe7a16fde5fdc3f0bcadff786f91ba8

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fb471f757fc45102a87e5d86e87dc2c8c78b34ad4f203679a46520f1d863b9da
MD5 9f80176a8098bf7e8b669b3254a66995
BLAKE2b-256 1372b1740ce41a660160732a6901f4a80780c6eb2d1ad4df05a660d75db9252d

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 229b2f676b4a45cb62d132a105c9c06ca8a09ffba060abe34935391eb5d9ba87
MD5 7128413df1b9732282cddcd7d3b9edb6
BLAKE2b-256 365e2ce9928e8037e258541a5e07898a882cde83c47b44b192131fe3b7060d90

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c64ebe9cf376cba0c31aed138e15ed179a1d128612dd241cdf299d159e5e882
MD5 fffc80f771bc64fb06b469c0c502bb39
BLAKE2b-256 d52262831c11096ef030e35424326716d47d65d5f7eb323966c9e4725324770d

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77b3cd3a5268ef966a0a08582c591bd29c09c88b4566c892a7c087935234f285
MD5 e2c7b102aedad73503619b294da04f33
BLAKE2b-256 5da002c8d6efd48aa9f7a9d272883e032a2022d52ad391536b923bcd9a50275c

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a6a0a1a06ff79be8aa89c8494b33903442859add133f0dda1daf37c3c71682e
MD5 c4d85bce665449d8df1a94aa59227ca3
BLAKE2b-256 089cf8df1247368256623253e18a57fa2a504cb19d547a622067839bcbd94fb3

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 16bfe0c96a53b20fa19067e3b6bd2f1d39e30d4891ea0d7bc20734a0ae95942d
MD5 eeb21c74788b6c61f37bf0e7037d6c0a
BLAKE2b-256 89902698aca7e98cc29ad2607c237b2cf82e96f13a6faab715e2399227441cb6

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: statsmodels-0.14.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for statsmodels-0.14.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8d1e3e10dfbfcd58119ba5a4d3c7d519182b970a2aebaf0b6f539f55ae16058d
MD5 e7c84a8bcede6009d4ab1f114efe91b2
BLAKE2b-256 0b0140e3528869fd864433339d2d95b29ec12aa98968aaf870b940ba656dc38f

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68b1c768dd94cc5ba8398121a632b673c625491aa7ed627b82cb4c880a25563f
MD5 2eeb9298df3caea74ffa7e2ef389323d
BLAKE2b-256 77e880a06b41754b82f1cf08fc7271e95c9b345cbe3d65ab71224f7f2489f338

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ce28eb1c397dba437ec39b9ab18f2101806f388c7a0cf9cdfd8f09294ad1c799
MD5 53728b915cb0a7064005b05ba29d550a
BLAKE2b-256 ad626bdf8787c8e07ce9e66a661537a4a0cd252d21a86c589951c07475a3d407

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b0a135f3bfdeec987e36e3b3b4c53e0bb87a8d91464d2fcc4d169d176f46fdb
MD5 625f424066b3e6c76f76c9c6f3a4cce8
BLAKE2b-256 cf3527e12575cafd5702189f46fe8777935f180656c168f9cdfa7178fd45cb34

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1c7724ad573af26139a98393ae64bc318d1b19762b13442d96c7a3e793f495c3
MD5 0806b91bc71cf9c871cf1632a5bc7ba3
BLAKE2b-256 cbc237e017b50ce4f368a904f6b4d753520bd49ccc56aefc4610fc64e383f56c

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: statsmodels-0.14.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for statsmodels-0.14.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d7fda067837df94e0a614d93d3a38fb6868958d37f7f50afe2a534524f2660cb
MD5 a4919db1d7c9e1b1d5d46e0cb27b7e36
BLAKE2b-256 34558ab2aa0db13b0c63cbfde54cd54a637c0db34ae55f7b776bff2856805e56

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71054f9dbcead56def14e3c9db6f66f943110fdfb19713caf0eb0f08c1ec03fd
MD5 d83040428976e6934782220435e0ac9a
BLAKE2b-256 51fde0b5ee29bada6d005fab36a8a6c1610b9c3ae17736b443f38bf05b4db83c

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 76e290f4718177bffa8823a780f3b882d56dd64ad1c18cfb4bc8b5558f3f5757
MD5 6bf8488415ebde9c34aa4491051e0bdb
BLAKE2b-256 e3c26654c529817ae66d60f2642a8df680019a6114745d9005fb1738e242511b

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de489e3ed315bdba55c9d1554a2e89faa65d212e365ab81bc323fa52681fc60e
MD5 18df99738f3d228fe3b8d1e186764103
BLAKE2b-256 a85200df3f2d3149e139c530206c7c6f88359802ae1115ec8bedd1874157e20a

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3757542c95247e4ab025291a740efa5da91dc11a05990c033d40fce31c450dc9
MD5 803f2e85346821fef6edb0a95830b1a3
BLAKE2b-256 dcbde8285d51c5cd7ca599d2977350e99722c2ab7e4fac8a39789e7f469ae7fb

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