Skip to main content

Statsmodels logo

PyPI Version Conda Version License Azure CI Build Status Codecov 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

Release files for statsmodels 0.15.0

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.15.0
File Size Uploaded
statsmodels-0.15.0.tar.gz 15.7 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for statsmodels 0.15.0
File
statsmodels-0.15.0-cp315-cp315t-win_arm64.whl CPython 3.15 CPython 3.15 free-threading Windows ARM64 Details
statsmodels-0.15.0-cp315-cp315t-win_amd64.whl CPython 3.15 CPython 3.15 free-threading Windows x86-64 Details
statsmodels-0.15.0-cp315-cp315t-musllinux_1_2_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64 Details
statsmodels-0.15.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
statsmodels-0.15.0-cp315-cp315t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
statsmodels-0.15.0-cp315-cp315t-macosx_11_0_arm64.whl CPython 3.15 CPython 3.15 free-threading macOS 11.0+ ARM64 Details
statsmodels-0.15.0-cp315-cp315t-macosx_10_15_x86_64.whl CPython 3.15 CPython 3.15 free-threading macOS 10.15+ x86-64 Details
statsmodels-0.15.0-cp315-cp315-win_arm64.whl CPython 3.15 CPython 3.15 Windows ARM64 Details
statsmodels-0.15.0-cp315-cp315-win_amd64.whl CPython 3.15 CPython 3.15 Windows x86-64 Details
statsmodels-0.15.0-cp315-cp315-musllinux_1_2_x86_64.whl CPython 3.15 CPython 3.15 Linux musl 1.2+ x86-64 Details
statsmodels-0.15.0-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
statsmodels-0.15.0-cp315-cp315-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.15 CPython 3.15 Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
statsmodels-0.15.0-cp315-cp315-macosx_11_0_arm64.whl CPython 3.15 CPython 3.15 macOS 11.0+ ARM64 Details
statsmodels-0.15.0-cp315-cp315-macosx_10_15_x86_64.whl CPython 3.15 CPython 3.15 macOS 10.15+ x86-64 Details
statsmodels-0.15.0-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
statsmodels-0.15.0-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
statsmodels-0.15.0-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
statsmodels-0.15.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
statsmodels-0.15.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
statsmodels-0.15.0-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
statsmodels-0.15.0-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
statsmodels-0.15.0-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
statsmodels-0.15.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
statsmodels-0.15.0-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
statsmodels-0.15.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
statsmodels-0.15.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
statsmodels-0.15.0-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
statsmodels-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
statsmodels-0.15.0-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
statsmodels-0.15.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
statsmodels-0.15.0-cp313-cp313-pyemscripten_2025_0_wasm32.whl CPython 3.13 CPython 3.13 PyEmscripten 2025.0+ WebAssembly Details
statsmodels-0.15.0-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
statsmodels-0.15.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
statsmodels-0.15.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
statsmodels-0.15.0-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
statsmodels-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
statsmodels-0.15.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
statsmodels-0.15.0-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
statsmodels-0.15.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
statsmodels-0.15.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.27+ ARM64 Details
statsmodels-0.15.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
statsmodels-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
statsmodels-0.15.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
statsmodels-0.15.0-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
statsmodels-0.15.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
statsmodels-0.15.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
statsmodels-0.15.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
statsmodels-0.15.0-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
statsmodels-0.15.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
statsmodels-0.15.0-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
statsmodels-0.15.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
statsmodels-0.15.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.27+ ARM64, Linux glibc 2.28+ ARM64 Details
statsmodels-0.15.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
statsmodels-0.15.0-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details

Total release size: 644.8 MB

Release files / statsmodels-0.15.0.tar.gz

Download URL statsmodels-0.15.0.tar.gz
Size 15.7 MB
Tags Source
SHA-256 checksum
How to use checksums
5d257fe58d0772bc46a557880ca78e2a8e07fec7bfd9d11074aef8e33e1aecbc
BLAKE2b-256 checksum
How to use checksums
a81fa3cbf6ed7cf6286afec694bfef561f3e51483197716717fb8476f1f0c50e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp315-cp315t-win_arm64.whl

Download URL statsmodels-0.15.0-cp315-cp315t-win_arm64.whl
Size 11.0 MB
Tags CPython 3.15 CPython 3.15 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
90df413d7e09474f7e7cbf8807440c1bf76298cdd9daabf9141f76d7627c9151
BLAKE2b-256 checksum
How to use checksums
e3eb90a506dbee5cde669e2ef28565ff6b7a0791ab415eab2da82f92d033cccc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp315-cp315t-win_amd64.whl

Download URL statsmodels-0.15.0-cp315-cp315t-win_amd64.whl
Size 11.5 MB
Tags CPython 3.15 CPython 3.15 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
38038823fbe86f11e09433b4a0f4af5f102327c3137a1604b002ce3cf722a31f
BLAKE2b-256 checksum
How to use checksums
c408608871f18bc18c6cba0b484e81fd25a023ef3ca6541f6793ec839fa49e1f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp315-cp315t-musllinux_1_2_x86_64.whl

Download URL statsmodels-0.15.0-cp315-cp315t-musllinux_1_2_x86_64.whl
Size 11.9 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
583eb2a46f7c7a5c34a26715c8b6d92199bfb4f04623db5fff9902a3c7c832d3
BLAKE2b-256 checksum
How to use checksums
ccf5b9b47f3c688a8af1b199af96e098b8f20897a60b45187c57ce6fcde77a5f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL statsmodels-0.15.0-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 11.9 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
af80f9658c48792947fc754a026ffbebca61a8b483253781973f604a67cf1f8c
BLAKE2b-256 checksum
How to use checksums
346dd8c9e73013ee854031218e8a044ba679535268bc61cf59466f19ac8d980c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp315-cp315t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL statsmodels-0.15.0-cp315-cp315t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 11.7 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
5891ad077b36d6401e44967739df3d2cdd380a0e6e9e46dadec7e3d3a828af55
BLAKE2b-256 checksum
How to use checksums
ab6498b9e2b1fbfdc4e2392bff349718d8dc796403006a3106ec375c59a5d3f8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp315-cp315t-macosx_11_0_arm64.whl

Download URL statsmodels-0.15.0-cp315-cp315t-macosx_11_0_arm64.whl
Size 11.7 MB
Tags CPython 3.15 CPython 3.15 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ecf84918dcd410ab34d3d85d34e0b16ebb10319c9fc77dbf9a1f1a49324c59f8
BLAKE2b-256 checksum
How to use checksums
7d38ca88421b81666cdcfc3d0eb12c714f80f2be327669ececbb5930b68a71c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp315-cp315t-macosx_10_15_x86_64.whl

Download URL statsmodels-0.15.0-cp315-cp315t-macosx_10_15_x86_64.whl
Size 11.9 MB
Tags CPython 3.15 CPython 3.15 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
27e9467fae83ff327c9d16ae5ea7e771bcdd66a682f49aa324eeefea5584f2d5
BLAKE2b-256 checksum
How to use checksums
4a2d43089b37f4bbbf7373929cd198de6cbdb0b5a4580a6e5e32bf9fe74fccab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp315-cp315-win_arm64.whl

Download URL statsmodels-0.15.0-cp315-cp315-win_arm64.whl
Size 10.9 MB
Tags CPython 3.15 Windows ARM64
SHA-256 checksum
How to use checksums
0cb6228713fe47046b606daee63ed4473a7c246fa97cf0a6d6f20d3b0c96c051
BLAKE2b-256 checksum
How to use checksums
5359f3058214e61b15582ef17d761c9333def46960ee521313409b2705791029
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp315-cp315-win_amd64.whl

Download URL statsmodels-0.15.0-cp315-cp315-win_amd64.whl
Size 11.4 MB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
511a4f9cadbf91a690bfa863bb3e25dce583d8140046886fdf35fbfabfbce401
BLAKE2b-256 checksum
How to use checksums
d4d4523ddb13862c228407297754486b6c9e8777e5114f4532b667b47728c544
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp315-cp315-musllinux_1_2_x86_64.whl

Download URL statsmodels-0.15.0-cp315-cp315-musllinux_1_2_x86_64.whl
Size 12.1 MB
Tags CPython 3.15 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
cf897abce5616e2763ab7d7a7fa914677df87a649971f877b83a358c98f6e291
BLAKE2b-256 checksum
How to use checksums
9143a63f7880050c2c24056fa8d663b7c8a1816b25864660abbc73afff3f3558
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL statsmodels-0.15.0-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 12.1 MB
Tags CPython 3.15 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
80b946d7c922f46f045f25e50daf13439f79c05e403ba50081cad509892c8b26
BLAKE2b-256 checksum
How to use checksums
e920fa315a013f70efa6674adfaca59365ea7562371914c408551fc3c399792f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp315-cp315-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL statsmodels-0.15.0-cp315-cp315-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 11.8 MB
Tags CPython 3.15 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
333d0c70f269ff98b647f157d2ae7fbcf0617e6f9a5b1817fc6609766502292c
BLAKE2b-256 checksum
How to use checksums
b53ff4cc7e5f4d6c8f46551aee63e59d9b964881070f552400ebb76667b39ad9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp315-cp315-macosx_11_0_arm64.whl

Download URL statsmodels-0.15.0-cp315-cp315-macosx_11_0_arm64.whl
Size 11.6 MB
Tags CPython 3.15 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
24b9917a09bbe0227047e512a40652c4b9117c2cfbf19c4a5b9971a8944a8606
BLAKE2b-256 checksum
How to use checksums
cedbfb95f242adce112c1507e2062ad6b7b00aea338925f2a03fbe47973c4d72
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp315-cp315-macosx_10_15_x86_64.whl

Download URL statsmodels-0.15.0-cp315-cp315-macosx_10_15_x86_64.whl
Size 11.7 MB
Tags CPython 3.15 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
d48ba61db0d13d3033330e6bd1f864dfa9b48c0b952b3b0f7570206b35d552e5
BLAKE2b-256 checksum
How to use checksums
decba1f5ad730cb66c7d911ebb45413880333d837f1cffff990a4c6d2c541b95
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp314-cp314t-win_arm64.whl

Download URL statsmodels-0.15.0-cp314-cp314t-win_arm64.whl
Size 11.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
40b2737456e75d96866943e33017a1dffc9166025ee33b7eb373fbe8c7a85e09
BLAKE2b-256 checksum
How to use checksums
5410dc78352367cd5bb298340b57c390c944b66236f6d026cc238bc8264c7633
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp314-cp314t-win_amd64.whl

Download URL statsmodels-0.15.0-cp314-cp314t-win_amd64.whl
Size 11.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
edee066ac9b171d95c3de925225331a21de1deb5b6452f252bc853e44566e72b
BLAKE2b-256 checksum
How to use checksums
4fa7c467019a8bf1ab6a07ca88004f0a1d4ea2dae89642aa804e49437b256243
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL statsmodels-0.15.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 11.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
65e64afc2655a486ea44a5ffe4e2b05ee3abbcb10ea61d1c02d3e9e519338d9b
BLAKE2b-256 checksum
How to use checksums
61729e03975701c808767c19f394f670941a962204a4f6a00eeaf56b560348e8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL statsmodels-0.15.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 11.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
90e75e726be2c9fc1d1d4c43337503a35864bdf5b4693773a08c6ee92d04a153
BLAKE2b-256 checksum
How to use checksums
2856c75e984c492509d9ab2ba5f2c0e4eab7177cd2cec424cef9dafb42f0cc70
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL statsmodels-0.15.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 11.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
dde0657d18e322eedb2540a84c0582e97afd0f78c370b45eebb0d4ac228a7a83
BLAKE2b-256 checksum
How to use checksums
4c385321b9f6065d1c5861e87853720603d56ae81795a83d3040410ca2684305
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp314-cp314t-macosx_11_0_arm64.whl

Download URL statsmodels-0.15.0-cp314-cp314t-macosx_11_0_arm64.whl
Size 11.8 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
5538a734dd28efd450bb38a5d5fc94d13ee709bc497e3e4c0a24b3803e3eac39
BLAKE2b-256 checksum
How to use checksums
2855fac7e03895f24a0b4883ff9fc69f9421a5df1b60e7edd7e68d49f4327593
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL statsmodels-0.15.0-cp314-cp314t-macosx_10_15_x86_64.whl
Size 11.9 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
6197b4cca69fd7bc23ab9430abf1c479764cfe74767467f51964a633dfade7a5
BLAKE2b-256 checksum
How to use checksums
38a10d38328643d4704c8de7867518c3f52ec145ff62537b2ca1e14cdeecf51b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp314-cp314-win_arm64.whl

Download URL statsmodels-0.15.0-cp314-cp314-win_arm64.whl
Size 10.9 MB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
74c0b63448f03020cc27a8ee698fbcf2ba91e61a9f9eee7978c0c4ed33a9b17f
BLAKE2b-256 checksum
How to use checksums
3abd53546d8c9ab013d9a0513706d2a09a03aff12034e6f898987e8ce0f38257
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp314-cp314-win_amd64.whl

Download URL statsmodels-0.15.0-cp314-cp314-win_amd64.whl
Size 11.3 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
c3c1138b4d0e5b0c2387b17dafd2a0fd137c67bd869f70d4ee56feecc918cb0d
BLAKE2b-256 checksum
How to use checksums
234c1138aad8e3c27ebf941d732788488cce7c28d76404a7b7fc1186faad2890
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL statsmodels-0.15.0-cp314-cp314-musllinux_1_2_x86_64.whl
Size 12.1 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
eb7fc1147cd8d17132190db7a8e63cd76a06145dec502816d8f3c20619923f2b
BLAKE2b-256 checksum
How to use checksums
516916c73c3c09f4b8d85f125d7d3ae0f7092d4736a83d24c0159e4fb21632ec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL statsmodels-0.15.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 12.1 MB
Tags CPython 3.14 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
edd803f4606061af8c7a83e2326ea294cbfa802a908dfbda4a88347301fb6820
BLAKE2b-256 checksum
How to use checksums
fd4440d7678858065e9ec8efd9f37f04227b22a66632ba194e4aa43fda023f6a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL statsmodels-0.15.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 11.8 MB
Tags CPython 3.14 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
a45026596c71afa18543ec2af40b895609c181fc3649433c1cded5ce23ec5cd4
BLAKE2b-256 checksum
How to use checksums
5b04d803e8d014d4643d9c0a5eec78343073fbfff1c1018f776dd416c07fc076
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp314-cp314-macosx_11_0_arm64.whl

Download URL statsmodels-0.15.0-cp314-cp314-macosx_11_0_arm64.whl
Size 11.6 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
1f1443cc1ff7683f3d7a9054e6dccd92040fbd4324616a0b6dbb8af1ce7889fb
BLAKE2b-256 checksum
How to use checksums
22b1ca42c91e427db43917d4ab5cc6991e7e50b574bcfdf6c4c8eb9590af71d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl

Download URL statsmodels-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl
Size 11.7 MB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
04e65ee05475aeceb9cb954cf96c0f9361b9cdfd497b8aae47afbab0c7c786dd
BLAKE2b-256 checksum
How to use checksums
8651daf737efb6002905bd006d296f9ad031ed3861b640075bde3b734706b49d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp313-cp313-win_arm64.whl

Download URL statsmodels-0.15.0-cp313-cp313-win_arm64.whl
Size 10.8 MB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
3e5f870037ca154a4d177aeac68704a784b24cf2c45d86b046fc28e37a2a5584
BLAKE2b-256 checksum
How to use checksums
7a7966b57afdcbf9a8b21b1a8e4414ddb006e819b2a81243cd74c12f3301eca3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp313-cp313-win_amd64.whl

Download URL statsmodels-0.15.0-cp313-cp313-win_amd64.whl
Size 11.3 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
081adf7e5f2da63f63cbd90491447de5d4c4c2921f19814f235bcf3e736edd3c
BLAKE2b-256 checksum
How to use checksums
15b4a8a4d89918599309bebfc09a2f793a910279f3900671bc959ac8c810edd1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp313-cp313-pyemscripten_2025_0_wasm32.whl

Download URL statsmodels-0.15.0-cp313-cp313-pyemscripten_2025_0_wasm32.whl
Size 9.8 MB
Tags CPython 3.13 PyEmscripten 2025.0+ WebAssembly
SHA-256 checksum
How to use checksums
ac9bce461d0c8f529f8ed331a469eaa5dd7c3213c06b62623a2e5438a6383093
BLAKE2b-256 checksum
How to use checksums
28f5386c6cfda27c47df81643dc9466b3e28dc2a82152e524131977275a88e0c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL statsmodels-0.15.0-cp313-cp313-musllinux_1_2_x86_64.whl
Size 12.1 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
88dbe345ecf317862481b3c86305f42133082e5b366a3a8cf240a6caac404daf
BLAKE2b-256 checksum
How to use checksums
19a8298e9b5c993cad3b58913d61b7e7cb0e2fba12e39d3114cd8484f922a5d1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL statsmodels-0.15.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 12.1 MB
Tags CPython 3.13 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
bcaa1e4499697c4e023e5fa6fb04459a34e4f4a449c45ae441992e933bde24db
BLAKE2b-256 checksum
How to use checksums
cc885c8819f232448d52514b76a64cf285bc608cff9179f3eeacf58750612323
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL statsmodels-0.15.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 11.8 MB
Tags CPython 3.13 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
5a7ab98634d47048c6b7c168b3f8f71369e256d7314bc386168526f34c7699d7
BLAKE2b-256 checksum
How to use checksums
0ff4482701d2dc7540897b13ead827cf8499b11c7325753b8cc4ff1a82c87a18
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp313-cp313-macosx_11_0_arm64.whl

Download URL statsmodels-0.15.0-cp313-cp313-macosx_11_0_arm64.whl
Size 11.6 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
0ffe08752f420f12a0b03e8f7d8f3a45417615309b1f37f10561f9a53f044737
BLAKE2b-256 checksum
How to use checksums
9e60a885751cd3aa796ef94b60f6d3de0c9ace4190feb3e55414ee728d2a0abc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl

Download URL statsmodels-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl
Size 11.7 MB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
09fe34ac80e147cd76cb702ba672559ee3c5dd3ba15c25a232922b46e5ffe70e
BLAKE2b-256 checksum
How to use checksums
8717fee8cfc100c37b1c553515dbad59607a55085a5b9beac2b008e4c03b6388
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp312-cp312-win_amd64.whl

Download URL statsmodels-0.15.0-cp312-cp312-win_amd64.whl
Size 11.3 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
ba89eb3ccb1c9c1e400d5081157305495b09350b3a65f2d66d3424ad1d3c4209
BLAKE2b-256 checksum
How to use checksums
03e3d863228849da191d37c54bdd72634fbbcfadd12e910e29e4bdca1b952bb6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL statsmodels-0.15.0-cp312-cp312-musllinux_1_2_x86_64.whl
Size 12.1 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
733887a09ff878a2e29504eda684488b26bd134ba3539ac58d2136a58914c65a
BLAKE2b-256 checksum
How to use checksums
9c447d3eb3836b3c054280baca7ec91bd12858825de437c6319c1212c2531d94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL statsmodels-0.15.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 12.0 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
c6f2bd48915cc9b3b95c3c7f6ac363b6f8aaa38172962ba5f7f6885f0dfe57f2
BLAKE2b-256 checksum
How to use checksums
41c7aeadca282baf51d7b9c135674bac79ded91f4db79c69c188575d22234342
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL statsmodels-0.15.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 11.7 MB
Tags CPython 3.12 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
4f90dc4989bd82837c80059fdce132976d4e5a80100119d16e1b00537eb55867
BLAKE2b-256 checksum
How to use checksums
f0a50e7e87e0dedc68bfeecc24bea92876023db09bac1c0fe50584a7d0819fb5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL statsmodels-0.15.0-cp312-cp312-macosx_11_0_arm64.whl
Size 11.5 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
c6e20788141df134b83ffb43b8cccf135a876188f84124835c86f011f138adee
BLAKE2b-256 checksum
How to use checksums
eff56b550b5c936dd9ec5c859477698b4fcbccc826e9a4a4a52847fa51673357
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl

Download URL statsmodels-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl
Size 11.7 MB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
8e8deb1e3d4ab89fec2a52815f1ec924920c4e0cdb307421a4e47cfed87c03ff
BLAKE2b-256 checksum
How to use checksums
1f1714121b56377f2881ce94c0d0a01466585468923340d94841337d324f6be6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp311-cp311-win_amd64.whl

Download URL statsmodels-0.15.0-cp311-cp311-win_amd64.whl
Size 11.4 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
5e1214312d6362cebe0b5c53b4f478d9072559709000369dfc528211cb993e8a
BLAKE2b-256 checksum
How to use checksums
b8be77c4b5d3f61eab5676981d20f705acee8222ad31de8aca42a331dcd4cfdb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL statsmodels-0.15.0-cp311-cp311-musllinux_1_2_x86_64.whl
Size 12.1 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
dd184e911a1a8c52e5c1c27b43ccd10c24faec08053271ca1a35276cae0a3ada
BLAKE2b-256 checksum
How to use checksums
04d1d64a5a3eef6cd7b1cc71645b3f625c16e024113e7ffcd1b4ec3da71605ec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL statsmodels-0.15.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 12.1 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
b67886b66d9c7ca118526accedb5c6de7ffd74c015dc0492ea0b1690192b65da
BLAKE2b-256 checksum
How to use checksums
fa6f235505a633776a2c1188e583e5a507a548b4fbd21abc14e199f1a84e8ee2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL statsmodels-0.15.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 11.8 MB
Tags CPython 3.11 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
7ef37437f740620a8da03437a29b1fc21bd9a70eeb231cd0d223cc4d766adb78
BLAKE2b-256 checksum
How to use checksums
51bde9292d873ed61f6d02864dd6a936e53c4129e10eee39117d7cd2d0da845c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL statsmodels-0.15.0-cp311-cp311-macosx_11_0_arm64.whl
Size 11.6 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
0ca5d27711f171ee478d547d5a8c5424d1820a1b73c2a3d6bf63f71ad4525f71
BLAKE2b-256 checksum
How to use checksums
58c808a71f7ad3f0506967d0ab0cdc16a6dec0fe94d0b317f5567836010a10f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp311-cp311-macosx_10_9_x86_64.whl

Download URL statsmodels-0.15.0-cp311-cp311-macosx_10_9_x86_64.whl
Size 11.7 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
103a83723f998897fbb5d5d0ff728cbe3755a90d9b1f22406bf58f305faff2e7
BLAKE2b-256 checksum
How to use checksums
f52ebba0e676ff1df16be77fc70f652c0261d8ca3a7467dda5ecf39afa7bded0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp310-cp310-win_amd64.whl

Download URL statsmodels-0.15.0-cp310-cp310-win_amd64.whl
Size 11.4 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
0e108365c5062ba1cf568a183cfc8da551ab8b2e84dbb00e1e87a6a714dd4cb3
BLAKE2b-256 checksum
How to use checksums
f7187ed9486977781b3e81a9447cbd04bd4a5fd7ff1807d97929778fb481e644
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL statsmodels-0.15.0-cp310-cp310-musllinux_1_2_x86_64.whl
Size 12.1 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
d37d574412a47a71561c0b28c5f876137a86f26fa91e889a879950e22b4e9b4f
BLAKE2b-256 checksum
How to use checksums
60b0c6cad0ef9b628340e1ac6ee16e508cff87e5e41d352035c856b7f3d4ad85
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL statsmodels-0.15.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 12.1 MB
Tags CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
972c33d9fe6bf907b853ba0eccb2f7cf3da90fdddbee002b8478bcaccf637e2a
BLAKE2b-256 checksum
How to use checksums
92f215a4d323326a52cc7d4a7b8e9fe72c85497fae514162ae2b1d8ee35aa3a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl

Download URL statsmodels-0.15.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Size 11.9 MB
Tags CPython 3.10 Linux glibc 2.27+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
cc37bb71f4b1e8c9b07e9ce0d32e01fbabe231d323484d35b58e93683a5123e1
BLAKE2b-256 checksum
How to use checksums
8888ed18a489086ca94c2238424f5dc149d6eaddc1198a5b9efae71626096cba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL statsmodels-0.15.0-cp310-cp310-macosx_11_0_arm64.whl
Size 11.6 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
0a42d58efadd47352f805fcf7eeb000f3399fe9cda260055a81105a922443bdd
BLAKE2b-256 checksum
How to use checksums
b8fa51e4be3772a7767699a4e6864e884f314c4c55e1c169775587d99f6f03c5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / statsmodels-0.15.0-cp310-cp310-macosx_10_9_x86_64.whl

Download URL statsmodels-0.15.0-cp310-cp310-macosx_10_9_x86_64.whl
Size 11.7 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
7b5561f454d6b629bb45cb505df6fdb498f960d0de111bd81f215fa47b15a72d
BLAKE2b-256 checksum
How to use checksums
778cb6af48649a55aae10df1affa44c47a83a9f3109f9a32d84451f7d9b9b8d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release history Release notifications | RSS feed

This release

0.15.0 This release

55 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