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
- Complete StateSpace modeling framework
- 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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file statsmodels-0.15.0.tar.gz.
File metadata
- Download URL: statsmodels-0.15.0.tar.gz
- Upload date:
- Size: 15.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d257fe58d0772bc46a557880ca78e2a8e07fec7bfd9d11074aef8e33e1aecbc
|
|
| MD5 |
4229b85bc1aac614733626e20b1ce204
|
|
| BLAKE2b-256 |
a81fa3cbf6ed7cf6286afec694bfef561f3e51483197716717fb8476f1f0c50e
|
File details
Details for the file statsmodels-0.15.0-cp314-cp314t-win_arm64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp314-cp314t-win_arm64.whl
- Upload date:
- Size: 11.0 MB
- Tags: CPython 3.14t, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40b2737456e75d96866943e33017a1dffc9166025ee33b7eb373fbe8c7a85e09
|
|
| MD5 |
d242cc24e98e8f2d1ab06356d095a209
|
|
| BLAKE2b-256 |
5410dc78352367cd5bb298340b57c390c944b66236f6d026cc238bc8264c7633
|
File details
Details for the file statsmodels-0.15.0-cp314-cp314t-win_amd64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp314-cp314t-win_amd64.whl
- Upload date:
- Size: 11.6 MB
- Tags: CPython 3.14t, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edee066ac9b171d95c3de925225331a21de1deb5b6452f252bc853e44566e72b
|
|
| MD5 |
4be5c6c0dc64073d3d364636b36dda06
|
|
| BLAKE2b-256 |
4fa7c467019a8bf1ab6a07ca88004f0a1d4ea2dae89642aa804e49437b256243
|
File details
Details for the file statsmodels-0.15.0-cp314-cp314t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp314-cp314t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 11.9 MB
- Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65e64afc2655a486ea44a5ffe4e2b05ee3abbcb10ea61d1c02d3e9e519338d9b
|
|
| MD5 |
2272099d0fa0eb3b384cebadd6b6b916
|
|
| BLAKE2b-256 |
61729e03975701c808767c19f394f670941a962204a4f6a00eeaf56b560348e8
|
File details
Details for the file statsmodels-0.15.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 11.9 MB
- Tags: CPython 3.14t, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90e75e726be2c9fc1d1d4c43337503a35864bdf5b4693773a08c6ee92d04a153
|
|
| MD5 |
ba38c0051699052626da544d50d99f37
|
|
| BLAKE2b-256 |
2856c75e984c492509d9ab2ba5f2c0e4eab7177cd2cec424cef9dafb42f0cc70
|
File details
Details for the file statsmodels-0.15.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 11.6 MB
- Tags: CPython 3.14t, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dde0657d18e322eedb2540a84c0582e97afd0f78c370b45eebb0d4ac228a7a83
|
|
| MD5 |
7b02cc3e11846fdae0b77f6dfa85cbeb
|
|
| BLAKE2b-256 |
4c385321b9f6065d1c5861e87853720603d56ae81795a83d3040410ca2684305
|
File details
Details for the file statsmodels-0.15.0-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 11.8 MB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5538a734dd28efd450bb38a5d5fc94d13ee709bc497e3e4c0a24b3803e3eac39
|
|
| MD5 |
d530cfd47c86401a3c1c8fc066830e35
|
|
| BLAKE2b-256 |
2855fac7e03895f24a0b4883ff9fc69f9421a5df1b60e7edd7e68d49f4327593
|
File details
Details for the file statsmodels-0.15.0-cp314-cp314t-macosx_10_15_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp314-cp314t-macosx_10_15_x86_64.whl
- Upload date:
- Size: 11.9 MB
- Tags: CPython 3.14t, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6197b4cca69fd7bc23ab9430abf1c479764cfe74767467f51964a633dfade7a5
|
|
| MD5 |
312e2cf7857d1e5d849ae85759e0db59
|
|
| BLAKE2b-256 |
38a10d38328643d4704c8de7867518c3f52ec145ff62537b2ca1e14cdeecf51b
|
File details
Details for the file statsmodels-0.15.0-cp314-cp314-win_arm64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp314-cp314-win_arm64.whl
- Upload date:
- Size: 10.9 MB
- Tags: CPython 3.14, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74c0b63448f03020cc27a8ee698fbcf2ba91e61a9f9eee7978c0c4ed33a9b17f
|
|
| MD5 |
8c1660f191411986c4baa1bd825011ad
|
|
| BLAKE2b-256 |
3abd53546d8c9ab013d9a0513706d2a09a03aff12034e6f898987e8ce0f38257
|
File details
Details for the file statsmodels-0.15.0-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 11.3 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3c1138b4d0e5b0c2387b17dafd2a0fd137c67bd869f70d4ee56feecc918cb0d
|
|
| MD5 |
4c934ef7ec2ef55f9cbfd47af8056a96
|
|
| BLAKE2b-256 |
234c1138aad8e3c27ebf941d732788488cce7c28d76404a7b7fc1186faad2890
|
File details
Details for the file statsmodels-0.15.0-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 12.1 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb7fc1147cd8d17132190db7a8e63cd76a06145dec502816d8f3c20619923f2b
|
|
| MD5 |
c414590bd4c024774d6dbaaf3eea06c3
|
|
| BLAKE2b-256 |
516916c73c3c09f4b8d85f125d7d3ae0f7092d4736a83d24c0159e4fb21632ec
|
File details
Details for the file statsmodels-0.15.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 12.1 MB
- Tags: CPython 3.14, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edd803f4606061af8c7a83e2326ea294cbfa802a908dfbda4a88347301fb6820
|
|
| MD5 |
d302d309d6ca94b29960b39b4d6d8ce5
|
|
| BLAKE2b-256 |
fd4440d7678858065e9ec8efd9f37f04227b22a66632ba194e4aa43fda023f6a
|
File details
Details for the file statsmodels-0.15.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 11.8 MB
- Tags: CPython 3.14, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a45026596c71afa18543ec2af40b895609c181fc3649433c1cded5ce23ec5cd4
|
|
| MD5 |
8bf1c9484a3bf52ca4f4e99ee1a99103
|
|
| BLAKE2b-256 |
5b04d803e8d014d4643d9c0a5eec78343073fbfff1c1018f776dd416c07fc076
|
File details
Details for the file statsmodels-0.15.0-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 11.6 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f1443cc1ff7683f3d7a9054e6dccd92040fbd4324616a0b6dbb8af1ce7889fb
|
|
| MD5 |
781d4685229a7d37626367cf9ea907d3
|
|
| BLAKE2b-256 |
22b1ca42c91e427db43917d4ab5cc6991e7e50b574bcfdf6c4c8eb9590af71d3
|
File details
Details for the file statsmodels-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl
- Upload date:
- Size: 11.7 MB
- Tags: CPython 3.14, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04e65ee05475aeceb9cb954cf96c0f9361b9cdfd497b8aae47afbab0c7c786dd
|
|
| MD5 |
b37f90362edf75c292adc7fd7c22b28c
|
|
| BLAKE2b-256 |
8651daf737efb6002905bd006d296f9ad031ed3861b640075bde3b734706b49d
|
File details
Details for the file statsmodels-0.15.0-cp313-cp313-win_arm64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp313-cp313-win_arm64.whl
- Upload date:
- Size: 10.8 MB
- Tags: CPython 3.13, Windows ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e5f870037ca154a4d177aeac68704a784b24cf2c45d86b046fc28e37a2a5584
|
|
| MD5 |
de17b5811c1535ff44e0ab4cab61abcf
|
|
| BLAKE2b-256 |
7a7966b57afdcbf9a8b21b1a8e4414ddb006e819b2a81243cd74c12f3301eca3
|
File details
Details for the file statsmodels-0.15.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 11.3 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
081adf7e5f2da63f63cbd90491447de5d4c4c2921f19814f235bcf3e736edd3c
|
|
| MD5 |
e4efb416b310d39a1947b3bc9d252a75
|
|
| BLAKE2b-256 |
15b4a8a4d89918599309bebfc09a2f793a910279f3900671bc959ac8c810edd1
|
File details
Details for the file statsmodels-0.15.0-cp313-cp313-pyemscripten_2025_0_wasm32.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp313-cp313-pyemscripten_2025_0_wasm32.whl
- Upload date:
- Size: 9.8 MB
- Tags: CPython 3.13, PyEmscripten 2025.0 wasm32
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac9bce461d0c8f529f8ed331a469eaa5dd7c3213c06b62623a2e5438a6383093
|
|
| MD5 |
3beea72026c1c38d0f791d6756464606
|
|
| BLAKE2b-256 |
28f5386c6cfda27c47df81643dc9466b3e28dc2a82152e524131977275a88e0c
|
File details
Details for the file statsmodels-0.15.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 12.1 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88dbe345ecf317862481b3c86305f42133082e5b366a3a8cf240a6caac404daf
|
|
| MD5 |
4809d224621537bbea136c63a8cea5a2
|
|
| BLAKE2b-256 |
19a8298e9b5c993cad3b58913d61b7e7cb0e2fba12e39d3114cd8484f922a5d1
|
File details
Details for the file statsmodels-0.15.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 12.1 MB
- Tags: CPython 3.13, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcaa1e4499697c4e023e5fa6fb04459a34e4f4a449c45ae441992e933bde24db
|
|
| MD5 |
b023ae58dcd0d050a408582bd5678e2d
|
|
| BLAKE2b-256 |
cc885c8819f232448d52514b76a64cf285bc608cff9179f3eeacf58750612323
|
File details
Details for the file statsmodels-0.15.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 11.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a7ab98634d47048c6b7c168b3f8f71369e256d7314bc386168526f34c7699d7
|
|
| MD5 |
0773374faf8c168696c194868bb34419
|
|
| BLAKE2b-256 |
0ff4482701d2dc7540897b13ead827cf8499b11c7325753b8cc4ff1a82c87a18
|
File details
Details for the file statsmodels-0.15.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 11.6 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ffe08752f420f12a0b03e8f7d8f3a45417615309b1f37f10561f9a53f044737
|
|
| MD5 |
063ae0d038f9a983d3b9ed6f44e7e582
|
|
| BLAKE2b-256 |
9e60a885751cd3aa796ef94b60f6d3de0c9ace4190feb3e55414ee728d2a0abc
|
File details
Details for the file statsmodels-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 11.7 MB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09fe34ac80e147cd76cb702ba672559ee3c5dd3ba15c25a232922b46e5ffe70e
|
|
| MD5 |
899dce5bf571e13ba72a993d94a7ce5a
|
|
| BLAKE2b-256 |
8717fee8cfc100c37b1c553515dbad59607a55085a5b9beac2b008e4c03b6388
|
File details
Details for the file statsmodels-0.15.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 11.3 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba89eb3ccb1c9c1e400d5081157305495b09350b3a65f2d66d3424ad1d3c4209
|
|
| MD5 |
0275ea669fc2569b3efe712a45087cc9
|
|
| BLAKE2b-256 |
03e3d863228849da191d37c54bdd72634fbbcfadd12e910e29e4bdca1b952bb6
|
File details
Details for the file statsmodels-0.15.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 12.1 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
733887a09ff878a2e29504eda684488b26bd134ba3539ac58d2136a58914c65a
|
|
| MD5 |
c9844b87dc1c3a1ac9e9295c55357f28
|
|
| BLAKE2b-256 |
9c447d3eb3836b3c054280baca7ec91bd12858825de437c6319c1212c2531d94
|
File details
Details for the file statsmodels-0.15.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 12.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6f2bd48915cc9b3b95c3c7f6ac363b6f8aaa38172962ba5f7f6885f0dfe57f2
|
|
| MD5 |
2a560047bf3916d5320b76748ce32320
|
|
| BLAKE2b-256 |
41c7aeadca282baf51d7b9c135674bac79ded91f4db79c69c188575d22234342
|
File details
Details for the file statsmodels-0.15.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 11.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f90dc4989bd82837c80059fdce132976d4e5a80100119d16e1b00537eb55867
|
|
| MD5 |
52b0ca0259be54f61db14aa1a1a2f3b2
|
|
| BLAKE2b-256 |
f0a50e7e87e0dedc68bfeecc24bea92876023db09bac1c0fe50584a7d0819fb5
|
File details
Details for the file statsmodels-0.15.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 11.5 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6e20788141df134b83ffb43b8cccf135a876188f84124835c86f011f138adee
|
|
| MD5 |
8392735b1f90864754a2cf108ae0e0cd
|
|
| BLAKE2b-256 |
eff56b550b5c936dd9ec5c859477698b4fcbccc826e9a4a4a52847fa51673357
|
File details
Details for the file statsmodels-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 11.7 MB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e8deb1e3d4ab89fec2a52815f1ec924920c4e0cdb307421a4e47cfed87c03ff
|
|
| MD5 |
5297b83112665eb15f04f19791d49ea5
|
|
| BLAKE2b-256 |
1f1714121b56377f2881ce94c0d0a01466585468923340d94841337d324f6be6
|
File details
Details for the file statsmodels-0.15.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 11.4 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e1214312d6362cebe0b5c53b4f478d9072559709000369dfc528211cb993e8a
|
|
| MD5 |
f60dad5b9e52465068dcfe6ef0d67344
|
|
| BLAKE2b-256 |
b8be77c4b5d3f61eab5676981d20f705acee8222ad31de8aca42a331dcd4cfdb
|
File details
Details for the file statsmodels-0.15.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 12.1 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd184e911a1a8c52e5c1c27b43ccd10c24faec08053271ca1a35276cae0a3ada
|
|
| MD5 |
af66717efa8d990a9eded023119566e0
|
|
| BLAKE2b-256 |
04d1d64a5a3eef6cd7b1cc71645b3f625c16e024113e7ffcd1b4ec3da71605ec
|
File details
Details for the file statsmodels-0.15.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 12.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b67886b66d9c7ca118526accedb5c6de7ffd74c015dc0492ea0b1690192b65da
|
|
| MD5 |
7a337580b23398e358f880c659ced997
|
|
| BLAKE2b-256 |
fa6f235505a633776a2c1188e583e5a507a548b4fbd21abc14e199f1a84e8ee2
|
File details
Details for the file statsmodels-0.15.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 11.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ef37437f740620a8da03437a29b1fc21bd9a70eeb231cd0d223cc4d766adb78
|
|
| MD5 |
c8c7e820c34b73442f1c887fd9ca7ea8
|
|
| BLAKE2b-256 |
51bde9292d873ed61f6d02864dd6a936e53c4129e10eee39117d7cd2d0da845c
|
File details
Details for the file statsmodels-0.15.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 11.6 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ca5d27711f171ee478d547d5a8c5424d1820a1b73c2a3d6bf63f71ad4525f71
|
|
| MD5 |
461baeec3548223962bfbf00afe084fd
|
|
| BLAKE2b-256 |
58c808a71f7ad3f0506967d0ab0cdc16a6dec0fe94d0b317f5567836010a10f6
|
File details
Details for the file statsmodels-0.15.0-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 11.7 MB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
103a83723f998897fbb5d5d0ff728cbe3755a90d9b1f22406bf58f305faff2e7
|
|
| MD5 |
f3305f2c6fe9b0427882e12dee37c79d
|
|
| BLAKE2b-256 |
f52ebba0e676ff1df16be77fc70f652c0261d8ca3a7467dda5ecf39afa7bded0
|
File details
Details for the file statsmodels-0.15.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 11.4 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e108365c5062ba1cf568a183cfc8da551ab8b2e84dbb00e1e87a6a714dd4cb3
|
|
| MD5 |
d5a1409854533ee9908f14d9986078dd
|
|
| BLAKE2b-256 |
f7187ed9486977781b3e81a9447cbd04bd4a5fd7ff1807d97929778fb481e644
|
File details
Details for the file statsmodels-0.15.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 12.1 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d37d574412a47a71561c0b28c5f876137a86f26fa91e889a879950e22b4e9b4f
|
|
| MD5 |
4d515778c24807997aa808fb70f9a501
|
|
| BLAKE2b-256 |
60b0c6cad0ef9b628340e1ac6ee16e508cff87e5e41d352035c856b7f3d4ad85
|
File details
Details for the file statsmodels-0.15.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 12.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
972c33d9fe6bf907b853ba0eccb2f7cf3da90fdddbee002b8478bcaccf637e2a
|
|
| MD5 |
cf1a21e6de2621bbb5dc0a5132b03e1d
|
|
| BLAKE2b-256 |
92f215a4d323326a52cc7d4a7b8e9fe72c85497fae514162ae2b1d8ee35aa3a2
|
File details
Details for the file statsmodels-0.15.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 11.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.27+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc37bb71f4b1e8c9b07e9ce0d32e01fbabe231d323484d35b58e93683a5123e1
|
|
| MD5 |
babd6ce595a25c9d76413390c2a6e766
|
|
| BLAKE2b-256 |
8888ed18a489086ca94c2238424f5dc149d6eaddc1198a5b9efae71626096cba
|
File details
Details for the file statsmodels-0.15.0-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 11.6 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a42d58efadd47352f805fcf7eeb000f3399fe9cda260055a81105a922443bdd
|
|
| MD5 |
1130aa089a994f0ddc6c6d0f137743d8
|
|
| BLAKE2b-256 |
b8fa51e4be3772a7767699a4e6864e884f314c4c55e1c169775587d99f6f03c5
|
File details
Details for the file statsmodels-0.15.0-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: statsmodels-0.15.0-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 11.7 MB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b5561f454d6b629bb45cb505df6fdb498f960d0de111bd81f215fa47b15a72d
|
|
| MD5 |
83098d4a66201e07d2d83a92f1407543
|
|
| BLAKE2b-256 |
778cb6af48649a55aae10df1affa44c47a83a9f3109f9a32d84451f7d9b9b8d5
|