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

Getting the latest code

Installing the most recent nightly wheel

The most recent nightly wheel can be installed using pip.

python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple statsmodels --upgrade --use-deprecated=legacy-resolver

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.3.tar.gz (20.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.3-cp313-cp313-win_amd64.whl (9.8 MB view details)

Uploaded CPython 3.13Windows x86-64

statsmodels-0.14.3-cp313-cp313-musllinux_1_2_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

statsmodels-0.14.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

statsmodels-0.14.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

statsmodels-0.14.3-cp313-cp313-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

statsmodels-0.14.3-cp313-cp313-macosx_10_13_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

statsmodels-0.14.3-cp312-cp312-win_amd64.whl (9.8 MB view details)

Uploaded CPython 3.12Windows x86-64

statsmodels-0.14.3-cp312-cp312-musllinux_1_2_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

statsmodels-0.14.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

statsmodels-0.14.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

statsmodels-0.14.3-cp312-cp312-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

statsmodels-0.14.3-cp312-cp312-macosx_10_9_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

statsmodels-0.14.3-cp311-cp311-win_amd64.whl (9.9 MB view details)

Uploaded CPython 3.11Windows x86-64

statsmodels-0.14.3-cp311-cp311-musllinux_1_2_x86_64.whl (11.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

statsmodels-0.14.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

statsmodels-0.14.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

statsmodels-0.14.3-cp311-cp311-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

statsmodels-0.14.3-cp311-cp311-macosx_10_9_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

statsmodels-0.14.3-cp310-cp310-win_amd64.whl (9.8 MB view details)

Uploaded CPython 3.10Windows x86-64

statsmodels-0.14.3-cp310-cp310-musllinux_1_2_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

statsmodels-0.14.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

statsmodels-0.14.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

statsmodels-0.14.3-cp310-cp310-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

statsmodels-0.14.3-cp310-cp310-macosx_10_9_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

statsmodels-0.14.3-cp39-cp39-win_amd64.whl (9.9 MB view details)

Uploaded CPython 3.9Windows x86-64

statsmodels-0.14.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

statsmodels-0.14.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (10.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

statsmodels-0.14.3-cp39-cp39-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

statsmodels-0.14.3-cp39-cp39-macosx_10_9_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: statsmodels-0.14.3.tar.gz
  • Upload date:
  • Size: 20.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for statsmodels-0.14.3.tar.gz
Algorithm Hash digest
SHA256 ecf3502643fa93aabe5f0bdf238efb59609517c4d60a811632d31fcdce86c2d2
MD5 5504b42ab3dcd365702f88a9ec77f174
BLAKE2b-256 05d0cf49ceca73f459b9b848ca2ce2a884ac8823284bc8b78aec161417d7bd78

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5114e5c0f10ce30616ef4a91dc24e66e1033c242589208e604d80a7931537f12
MD5 be3f624a29fda23527753d35f19647b3
BLAKE2b-256 6ee4cfeec759e584414da32a2aff48f811282893cfe895f2be1876c6a968dc5d

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c69b82b4f2a794199d1100ab4406f761516f71826856fa6bfc474a3189b77785
MD5 b30bbac567f2ea06207592549f9c6f3c
BLAKE2b-256 3f6732c676b23f871d5bbc0f0f04fabee92e48f4f420f37817c292231000b5fd

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 988346db6319f0c12e6137df674e10ebf551adb42445e05eea2e1d900898f670
MD5 494c02c1d5410938b148c0dba86290aa
BLAKE2b-256 8a5eee4082356fdf0113402b47fec8e5b6812a78f5f06fd3ab95e82950994e8e

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e7681296373de33d775b01201c51e340d01afb70c6a5ac9b7c66a9e120564967
MD5 7e9b3bbca558a13c27c5eefd5c3dd996
BLAKE2b-256 fa3ff10484516ae33da0caf30c9f047ebbd3a056e2e7fe07681c6739ad731847

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb84759e3c1a7b77cae4e7dfdc2ea09b1f1790446fd8476951680eb79e4a568d
MD5 8ee74d7c9f9d562044578b7425f4fd5e
BLAKE2b-256 e81d84a3a7d505718bce9918bdb049767f49776a869780c937ca11fededa9d6e

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 78f579f8416b91b971fb0f27e18c3dec6946b4471ac2456a98dbfd24c72d180c
MD5 2415b5b9c3f71fa2770d93f1e54a9881
BLAKE2b-256 07d5a812618eb88703cc2f237ece46def7f5f8872bb1e7113485d529a14c1a12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5724e51a370227655679f1a487f429919f03de325d7b5702e919526353d0cb1d
MD5 f3cea97bf5a9da2f41a470333904f773
BLAKE2b-256 333546c3dcd04bb6813e766ad209ac35ab6fe30d3cb426a6ce47be0b8748a1f5

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8a82aa8a99a428f39a9ead1b03fbd2339e40908412371abe089239d21467fd5
MD5 7aa8f6271a156a91f2ef1621bad6f177
BLAKE2b-256 85d9dd717bc56404eaeb0153543c3480e4e42bff42c5a1123c8325e64fca687a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a849e78dcb3ed6416bb9043b9549415f1f8cd00426deb467ff4dfe0acbaaad8e
MD5 4f77425f785c7fababe4bacfe0613d76
BLAKE2b-256 d524cb8b04e66d15cd99a1ed138a8061a4a9a11f227a65df0c6ea8a02a02f106

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 492b8fd867687f9539b1f7f111dafb2464e04f65fa834585c08725b8aa1a3d98
MD5 e23e0574503b6430f6f19744f6cb1fb7
BLAKE2b-256 5cdf1b57f0ee16c0591baaa60fea73ed1e98b88b708fe52383c3fbb7359c2556

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 197bcb1aeaaa5c7e9ba4ad87c2369f9600c6cd69d6e2db829eb46d3d9fe534c9
MD5 37ff2b94aaa76b2403f7a68340a7af92
BLAKE2b-256 65b020a9dc57d4507fd93524c5e03d4bdf01e3e61574bf689fd0810bd9dcf5eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9bf3690f71ebacff0c976c1584994174bc1bb72785b5a35645b385a00a5107e0
MD5 44a1661e563eceae72c2e74d06a5b234
BLAKE2b-256 392e663d64a5475fd842a4476bdfdd1b9ce8b58b829fb34f6fbdca88496d59ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 efb946ced8243923eb78909834699be55442172cea3dc37158e3e1c5370e4189
MD5 fdb46df1badd4d4a37f6471b2a3969d9
BLAKE2b-256 06d5fd9356fe3827621e3b0b579c1a34c803596fe6a98032d30ff584da1af6cf

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea8491b6a36fca738403037709e9469412a9d3e8a8e54db482c20e8dd70efa1f
MD5 025ac1df53131f846a90b91e4ae82551
BLAKE2b-256 8208177ada7b055070f487c171cb42d142a0ead6c03f7015368c97f75f07f303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a736ac24da1388e444bb2b0d381a7307b29074b237acef040a793cfdd508e160
MD5 d8d5489e467818be17ffae996a445a58
BLAKE2b-256 cf80137dae43adbdfb8ae6a084063e79ab8012727b696d6fe9d1c8893c2899b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 45a5ae177e92348532bf2522f27feecd0589b88b243709b28e2b068631c9c181
MD5 82da1083d098e39b71cdadbaa9f0ad85
BLAKE2b-256 f9b79c48b08b9f3dda940eb863ff093f0edcb3122a6c4b0ad98e79736c4b6afa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de4b989f0fea684f89bdf5ff641f9acb7acddfd712459f28365904a974afaeff
MD5 d780b521db260d8187d4149275519567
BLAKE2b-256 ce2416f9ea64dcbbed15fa1c3eb6122fdf2be250503f3d950809b3fa6f6a1c4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e49a63757e12269ef02841f05906e91bdb70f5bc358cbaca97f171f4a4de09c4
MD5 fef2ced06ce5ed49ea384332c68423b5
BLAKE2b-256 1a156e4a7d4b245d858b69ef3c6442912936e5520e6f5c2ab3fb5e5c68af1e0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 53212f597747534bed475bbd89f4bc39a3757c20692bb7664021e30fbd967c53
MD5 c05f8fcd708f9a822f08a6b12646490e
BLAKE2b-256 cf87cbfd4951472978ffe9b100c0c714298393be9c05366430f2eba562aec6ca

See more details on using hashes here.

File details

Details for the file statsmodels-0.14.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f12d74743936323165dae648f75193ee4a47381a85610be661d34de56c7634e0
MD5 2dac74f397f23d949a59c137b56e5de8
BLAKE2b-256 e3a05e22413ac9bfabdef8064cb03b9b6fb3e502241981cdcb87b68a9a0361ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9050e5817f23a5adcb87822406b5260758795c42c41fa2fa60816023f0a0d8ef
MD5 77b75e1a7bc2abc7ae6252832779fceb
BLAKE2b-256 bf9e38d72b37387fc3400f07cd5cf842034fa93857aad24717df8e616c5e6ba0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a72d3d9fe61f70baf18667bc9cf2e68b6bdd8f5cce4f7b21f9e662e19d2ffdf
MD5 35c9c70271da3472746f4190ace1ffcb
BLAKE2b-256 d6021b1dbd5809b8e7606cf0f960996e365b2e8ae475eb72d355ec2de27cc7f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42459cdaafe217f455e6b95c05d9e089caf02dd53295aebe63bc1e0206f83176
MD5 1313d6c238f022c6e3b6638f0f518f0e
BLAKE2b-256 21df38fceddfe961b8fca531b2ee62606c0293742f0f6c9fd7415599814dd9c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7372c92f18b8afb06355e067285abb94e8b214afd9f2fda6d3c26f3ea004cbdf
MD5 6353e010f4083bc20aeeff5e3e8f9ec9
BLAKE2b-256 f7f3fc3038fdd8e08f8705f5186dd39e63bc2f84a7d6ed4fc35f6e4f1fca9046

See more details on using hashes here.

File details

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

File metadata

  • Download URL: statsmodels-0.14.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 9.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for statsmodels-0.14.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 42dfb9084a5520342248441904357bd5d7fcf01ec05c9bdc7dd764a88e15a9c4
MD5 cb4b4ae1721502106af860cd5cfa6585
BLAKE2b-256 d79c7a5ced7f87c3345ea90a81cf2d727c810f6d890d2ab69a9fe1345427586f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1ddbd07b7d05e16d1a2ea6df3d7e2255dfb3e0363b91d859623d9fc3aff32b4a
MD5 0505ed0a4cf76726584e4af617899610
BLAKE2b-256 38d25c6a7f11306d25ab10dbade224f55d1a0d492c48292aed65b351b89a0abe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ef24d6350a15f5d25f7c6cb774fce89dff77e3687181ce4410cafd6a4004f04
MD5 ffb1fbb4c6e60a97be219ed762b73c13
BLAKE2b-256 046ef16f15bc40b7882ad4647740e0c15f0a2f44979d1ad8bfcbfb12cead19ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97f28958e456aea788d4ffd83d7ade82d2a4a3bd5c7e8eabf791f224cddef2bf
MD5 9ef452bf96e9be5cc290e9b8db2c0f36
BLAKE2b-256 b14d18f0a224157fc84dae82fe8ca1a26f892f44211356068492c58a869f1466

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for statsmodels-0.14.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 280e69721925a936493153dba692b53a2fe4e3f46e5fafd32a453f5d9fa2a344
MD5 0cd1ecdceb8ad3de61d09226f6f7f712
BLAKE2b-256 cfb9f2494f1fd21f6ec2b2fa5c5e1135e8347c08c3f0fe3441daf5f7d64043bb

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