statsmodels


Namestatsmodels JSON
Version 0.14.2 PyPI version JSON
download
home_pagehttps://www.statsmodels.org/
SummaryStatistical computations and models for Python
upload_time2024-04-17 08:43:08
maintainerstatsmodels Developers
docs_urlNone
authorNone
requires_python>=3.9
licenseBSD License
keywords
VCS
bugtrack_url
requirements numpy scipy pandas patsy packaging
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: docs/source/images/statsmodels-logo-v2-horizontal.svg
  :alt: 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.

.. code:: bash

   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

.. |Azure CI Build Status| image:: https://dev.azure.com/statsmodels/statsmodels-testing/_apis/build/status/statsmodels.statsmodels?branchName=main
   :target: https://dev.azure.com/statsmodels/statsmodels-testing/_build/latest?definitionId=1&branchName=main
.. |Codecov Coverage| image:: https://codecov.io/gh/statsmodels/statsmodels/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/statsmodels/statsmodels
.. |Coveralls Coverage| image:: https://coveralls.io/repos/github/statsmodels/statsmodels/badge.svg?branch=main
   :target: https://coveralls.io/github/statsmodels/statsmodels?branch=main
.. |PyPI downloads| image:: https://img.shields.io/pypi/dm/statsmodels?label=PyPI%20Downloads
   :alt: PyPI - Downloads
   :target: https://pypi.org/project/statsmodels/
.. |Conda downloads| image:: https://img.shields.io/conda/dn/conda-forge/statsmodels.svg?label=Conda%20downloads
   :target: https://anaconda.org/conda-forge/statsmodels/
.. |PyPI Version| image:: https://img.shields.io/pypi/v/statsmodels.svg
   :target: https://pypi.org/project/statsmodels/
.. |Conda Version| image:: https://anaconda.org/conda-forge/statsmodels/badges/version.svg
   :target: https://anaconda.org/conda-forge/statsmodels/
.. |License| image:: https://img.shields.io/pypi/l/statsmodels.svg
   :target: https://github.com/statsmodels/statsmodels/blob/main/LICENSE.txt

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.statsmodels.org/",
    "name": "statsmodels",
    "maintainer": "statsmodels Developers",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "pystatsmodels@googlegroups.com",
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/25/a3/4a7a240e9bc9e146fbd9f0c410ecac328a899ca0c4467c72d9b8aa1e4015/statsmodels-0.14.2.tar.gz",
    "platform": "any",
    "description": ".. image:: docs/source/images/statsmodels-logo-v2-horizontal.svg\n  :alt: Statsmodels logo\n\n|PyPI Version| |Conda Version| |License| |Azure CI Build Status|\n|Codecov Coverage| |Coveralls Coverage| |PyPI downloads| |Conda downloads|\n\nAbout statsmodels\n=================\n\nstatsmodels is a Python package that provides a complement to scipy for\nstatistical computations including descriptive statistics and estimation\nand inference for statistical models.\n\n\nDocumentation\n=============\n\nThe documentation for the latest release is at\n\nhttps://www.statsmodels.org/stable/\n\nThe documentation for the development version is at\n\nhttps://www.statsmodels.org/dev/\n\nRecent improvements are highlighted in the release notes\n\nhttps://www.statsmodels.org/stable/release/\n\nBackups of documentation are available at https://statsmodels.github.io/stable/\nand https://statsmodels.github.io/dev/.\n\n\nMain Features\n=============\n\n* Linear regression models:\n\n  - Ordinary least squares\n  - Generalized least squares\n  - Weighted least squares\n  - Least squares with autoregressive errors\n  - Quantile regression\n  - Recursive least squares\n\n* Mixed Linear Model with mixed effects and variance components\n* GLM: Generalized linear models with support for all of the one-parameter\n  exponential family distributions\n* Bayesian Mixed GLM for Binomial and Poisson\n* GEE: Generalized Estimating Equations for one-way clustered or longitudinal data\n* Discrete models:\n\n  - Logit and Probit\n  - Multinomial logit (MNLogit)\n  - Poisson and Generalized Poisson regression\n  - Negative Binomial regression\n  - Zero-Inflated Count models\n\n* RLM: Robust linear models with support for several M-estimators.\n* Time Series Analysis: models for time series analysis\n\n  - Complete StateSpace modeling framework\n\n    - Seasonal ARIMA and ARIMAX models\n    - VARMA and VARMAX models\n    - Dynamic Factor models\n    - Unobserved Component models\n\n  - Markov switching models (MSAR), also known as Hidden Markov Models (HMM)\n  - Univariate time series analysis: AR, ARIMA\n  - Vector autoregressive models, VAR and structural VAR\n  - Vector error correction model, VECM\n  - exponential smoothing, Holt-Winters\n  - Hypothesis tests for time series: unit root, cointegration and others\n  - Descriptive statistics and process models for time series analysis\n\n* Survival analysis:\n\n  - Proportional hazards regression (Cox models)\n  - Survivor function estimation (Kaplan-Meier)\n  - Cumulative incidence function estimation\n\n* Multivariate:\n\n  - Principal Component Analysis with missing data\n  - Factor Analysis with rotation\n  - MANOVA\n  - Canonical Correlation\n\n* Nonparametric statistics: Univariate and multivariate kernel density estimators\n* Datasets: Datasets used for examples and in testing\n* Statistics: a wide range of statistical tests\n\n  - diagnostics and specification tests\n  - goodness-of-fit and normality tests\n  - functions for multiple testing\n  - various additional statistical tests\n\n* Imputation with MICE, regression on order statistic and Gaussian imputation\n* Mediation analysis\n* Graphics includes plot functions for visual analysis of data and model results\n\n* I/O\n\n  - Tools for reading Stata .dta files, but pandas has a more recent version\n  - Table output to ascii, latex, and html\n\n* Miscellaneous models\n* Sandbox: statsmodels contains a sandbox folder with code in various stages of\n  development and testing which is not considered \"production ready\".  This covers\n  among others\n\n  - Generalized method of moments (GMM) estimators\n  - Kernel regression\n  - Various extensions to scipy.stats.distributions\n  - Panel data models\n  - Information theoretic measures\n\nHow to get it\n=============\nThe main branch on GitHub is the most up to date code\n\nhttps://www.github.com/statsmodels/statsmodels\n\nSource download of release tags are available on GitHub\n\nhttps://github.com/statsmodels/statsmodels/tags\n\nBinaries and source distributions are available from PyPi\n\nhttps://pypi.org/project/statsmodels/\n\nBinaries can be installed in Anaconda\n\nconda install statsmodels\n\n\nGetting the latest code\n=======================\n\nInstalling the most recent nightly wheel\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nThe most recent nightly wheel can be installed using pip.\n\n.. code:: bash\n\n   python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple statsmodels --upgrade --use-deprecated=legacy-resolver\n\nInstalling from sources\n~~~~~~~~~~~~~~~~~~~~~~~\n\nSee INSTALL.txt for requirements or see the documentation\n\nhttps://statsmodels.github.io/dev/install.html\n\nContributing\n============\nContributions in any form are welcome, including:\n\n* Documentation improvements\n* Additional tests\n* New features to existing models\n* New models\n\nhttps://www.statsmodels.org/stable/dev/test_notes\n\nfor instructions on installing statsmodels in *editable* mode.\n\nLicense\n=======\n\nModified BSD (3-clause)\n\nDiscussion and Development\n==========================\n\nDiscussions take place on the mailing list\n\nhttps://groups.google.com/group/pystatsmodels\n\nand in the issue tracker. We are very interested in feedback\nabout usability and suggestions for improvements.\n\nBug Reports\n===========\n\nBug reports can be submitted to the issue tracker at\n\nhttps://github.com/statsmodels/statsmodels/issues\n\n.. |Azure CI Build Status| image:: https://dev.azure.com/statsmodels/statsmodels-testing/_apis/build/status/statsmodels.statsmodels?branchName=main\n   :target: https://dev.azure.com/statsmodels/statsmodels-testing/_build/latest?definitionId=1&branchName=main\n.. |Codecov Coverage| image:: https://codecov.io/gh/statsmodels/statsmodels/branch/main/graph/badge.svg\n   :target: https://codecov.io/gh/statsmodels/statsmodels\n.. |Coveralls Coverage| image:: https://coveralls.io/repos/github/statsmodels/statsmodels/badge.svg?branch=main\n   :target: https://coveralls.io/github/statsmodels/statsmodels?branch=main\n.. |PyPI downloads| image:: https://img.shields.io/pypi/dm/statsmodels?label=PyPI%20Downloads\n   :alt: PyPI - Downloads\n   :target: https://pypi.org/project/statsmodels/\n.. |Conda downloads| image:: https://img.shields.io/conda/dn/conda-forge/statsmodels.svg?label=Conda%20downloads\n   :target: https://anaconda.org/conda-forge/statsmodels/\n.. |PyPI Version| image:: https://img.shields.io/pypi/v/statsmodels.svg\n   :target: https://pypi.org/project/statsmodels/\n.. |Conda Version| image:: https://anaconda.org/conda-forge/statsmodels/badges/version.svg\n   :target: https://anaconda.org/conda-forge/statsmodels/\n.. |License| image:: https://img.shields.io/pypi/l/statsmodels.svg\n   :target: https://github.com/statsmodels/statsmodels/blob/main/LICENSE.txt\n",
    "bugtrack_url": null,
    "license": "BSD License",
    "summary": "Statistical computations and models for Python",
    "version": "0.14.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/statsmodels/statsmodels/issues",
        "Documentation": "https://www.statsmodels.org/stable/index.html",
        "Homepage": "https://www.statsmodels.org/",
        "Source Code": "https://github.com/statsmodels/statsmodels"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f749a62b5f00d49d78bec0e2bd90c89718f0d376ab6fa868e2d4aa6a7a055cae",
                "md5": "e3075cf8c3f2f55d554e8af3e5c8c7e5",
                "sha256": "df5d6f95c46f0341da6c79ee7617e025bf2b371e190a8e60af1ae9cabbdb7a97"
            },
            "downloads": -1,
            "filename": "statsmodels-0.14.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e3075cf8c3f2f55d554e8af3e5c8c7e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 10447008,
            "upload_time": "2024-04-17T08:41:57",
            "upload_time_iso_8601": "2024-04-17T08:41:57.587581Z",
            "url": "https://files.pythonhosted.org/packages/f7/49/a62b5f00d49d78bec0e2bd90c89718f0d376ab6fa868e2d4aa6a7a055cae/statsmodels-0.14.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "139012e9e6bc54a72d305749948ed9e94010ed044c814d2bb333612778a16818",
                "md5": "e45bdc85cf061ffcf835a6563a441c71",
                "sha256": "a87ef21fadb445b650f327340dde703f13aec1540f3d497afb66324499dea97a"
            },
            "downloads": -1,
            "filename": "statsmodels-0.14.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e45bdc85cf061ffcf835a6563a441c71",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 10102968,
            "upload_time": "2024-04-17T08:42:12",
            "upload_time_iso_8601": "2024-04-17T08:42:12.597446Z",
            "url": "https://files.pythonhosted.org/packages/13/90/12e9e6bc54a72d305749948ed9e94010ed044c814d2bb333612778a16818/statsmodels-0.14.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92979864056a980513d7be53cf98f0fc476501b70bae4a1321bf46b0668f9c0c",
                "md5": "8c5f8db4b2ae4ed0c517ce606d7f658c",
                "sha256": "0e46e9d59293c1af4cc1f4e5248f17e7e7bc596bfce44d327c789ac27f09111b"
            },
            "downloads": -1,
            "filename": "statsmodels-0.14.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8c5f8db4b2ae4ed0c517ce606d7f658c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 9849706,
            "upload_time": "2024-04-17T08:42:24",
            "upload_time_iso_8601": "2024-04-17T08:42:24.891876Z",
            "url": "https://files.pythonhosted.org/packages/92/97/9864056a980513d7be53cf98f0fc476501b70bae4a1321bf46b0668f9c0c/statsmodels-0.14.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08707c79a485086f0dac0dfbda0212e8c868f0e1136e1d78721d643885d40674",
                "md5": "cb28d116b38627870b974b5191cdd7a2",
                "sha256": "50fcb633987779e795142f51ba49fb27648d46e8a1382b32ebe8e503aaabaa9e"
            },
            "downloads": -1,
            "filename": "statsmodels-0.14.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cb28d116b38627870b974b5191cdd7a2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 10443533,
            "upload_time": "2024-04-17T08:42:41",
            "upload_time_iso_8601": "2024-04-17T08:42:41.058986Z",
            "url": "https://files.pythonhosted.org/packages/08/70/7c79a485086f0dac0dfbda0212e8c868f0e1136e1d78721d643885d40674/statsmodels-0.14.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbb1b16836310f6ca89ddfb30fe65f8851c1a8d63152190ed740a236eca15012",
                "md5": "6c953864121609aa09ff9b96d93ada5d",
                "sha256": "876794068abfaeed41df71b7887000031ecf44fbfa6b50d53ccb12ebb4ab747a"
            },
            "downloads": -1,
            "filename": "statsmodels-0.14.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6c953864121609aa09ff9b96d93ada5d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 10100745,
            "upload_time": "2024-04-17T08:43:02",
            "upload_time_iso_8601": "2024-04-17T08:43:02.780734Z",
            "url": "https://files.pythonhosted.org/packages/fb/b1/b16836310f6ca89ddfb30fe65f8851c1a8d63152190ed740a236eca15012/statsmodels-0.14.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d57e61ec96b208af273126a211a9aa1c9dfefb216725192973fc52a858ac9219",
                "md5": "613dc3c91bb63df64ddb43130ae12ecf",
                "sha256": "8e004cfad0e46ce73fe3f3812010c746f0d4cfd48e307b45c14e9e360f3d2510"
            },
            "downloads": -1,
            "filename": "statsmodels-0.14.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "613dc3c91bb63df64ddb43130ae12ecf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 9853196,
            "upload_time": "2024-04-17T08:43:18",
            "upload_time_iso_8601": "2024-04-17T08:43:18.014157Z",
            "url": "https://files.pythonhosted.org/packages/d5/7e/61ec96b208af273126a211a9aa1c9dfefb216725192973fc52a858ac9219/statsmodels-0.14.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3497a4acebeb223fa827bbb16aece2b93d91bf42f88bed39d93afa96b13bce54",
                "md5": "f883dd70ac679a11ab84c4e1a4c6c98d",
                "sha256": "eb0ba1ad3627705f5ae20af6b2982f500546d43892543b36c7bca3e2f87105e7"
            },
            "downloads": -1,
            "filename": "statsmodels-0.14.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f883dd70ac679a11ab84c4e1a4c6c98d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 10396398,
            "upload_time": "2024-04-17T08:48:11",
            "upload_time_iso_8601": "2024-04-17T08:48:11.057334Z",
            "url": "https://files.pythonhosted.org/packages/34/97/a4acebeb223fa827bbb16aece2b93d91bf42f88bed39d93afa96b13bce54/statsmodels-0.14.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7fdd282f6a0a55c5903dd66c2116589d1973a352739653382c39d70dcfd0fbc",
                "md5": "3d822a3c176fa8146afb2bc099e124ec",
                "sha256": "90fd2f0110b73fc3fa5a2f21c3ca99b0e22285cccf38e56b5b8fd8ce28791b0f"
            },
            "downloads": -1,
            "filename": "statsmodels-0.14.2-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3d822a3c176fa8146afb2bc099e124ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 10094238,
            "upload_time": "2024-04-17T08:48:23",
            "upload_time_iso_8601": "2024-04-17T08:48:23.864359Z",
            "url": "https://files.pythonhosted.org/packages/e7/fd/d282f6a0a55c5903dd66c2116589d1973a352739653382c39d70dcfd0fbc/statsmodels-0.14.2-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf531e7077d1bf324c1b1055dedb72e1410d089e459a86940e25b28f545f776e",
                "md5": "ec0b7218a973f64bfd5b48411d9790b4",
                "sha256": "f450fcbae214aae66bd9d2b9af48e0f8ba1cb0e8596c6ebb34e6e3f0fec6542c"
            },
            "downloads": -1,
            "filename": "statsmodels-0.14.2-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ec0b7218a973f64bfd5b48411d9790b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 9825600,
            "upload_time": "2024-04-17T08:43:30",
            "upload_time_iso_8601": "2024-04-17T08:43:30.297790Z",
            "url": "https://files.pythonhosted.org/packages/bf/53/1e7077d1bf324c1b1055dedb72e1410d089e459a86940e25b28f545f776e/statsmodels-0.14.2-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f488f05a981e4c96bac9c9a69460c50fceef0b3324cf120e9a1ba6c01c62bf84",
                "md5": "8d8ae85757f7452d7798898ca4e2d1c0",
                "sha256": "201c3d00929c4a67cda1fe05b098c8dcf1b1eeefa88e80a8f963a844801ed59f"
            },
            "downloads": -1,
            "filename": "statsmodels-0.14.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8d8ae85757f7452d7798898ca4e2d1c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 10463313,
            "upload_time": "2024-04-17T09:05:54",
            "upload_time_iso_8601": "2024-04-17T09:05:54.496908Z",
            "url": "https://files.pythonhosted.org/packages/f4/88/f05a981e4c96bac9c9a69460c50fceef0b3324cf120e9a1ba6c01c62bf84/statsmodels-0.14.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c03aa155b7f07f84282918c64c711479d4c1ae2e7b9ba472e740afde8c360c3",
                "md5": "02ed81d167263d7e5cc5b4653714dee3",
                "sha256": "9edefa4ce08e40bc1d67d2f79bc686ee5e238e801312b5a029ee7786448c389a"
            },
            "downloads": -1,
            "filename": "statsmodels-0.14.2-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "02ed81d167263d7e5cc5b4653714dee3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 10119368,
            "upload_time": "2024-04-17T09:06:07",
            "upload_time_iso_8601": "2024-04-17T09:06:07.690198Z",
            "url": "https://files.pythonhosted.org/packages/6c/03/aa155b7f07f84282918c64c711479d4c1ae2e7b9ba472e740afde8c360c3/statsmodels-0.14.2-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ec3581ee14c0a672bec7978aeab37af3b76529f25d4573362fe235e88ac02be",
                "md5": "b261366af1e20048af2d3e710286a427",
                "sha256": "8875823bdd41806dc853333cc4e1b7ef9481bad2380a999e66ea42382cf2178d"
            },
            "downloads": -1,
            "filename": "statsmodels-0.14.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b261366af1e20048af2d3e710286a427",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 9862916,
            "upload_time": "2024-04-17T08:43:42",
            "upload_time_iso_8601": "2024-04-17T08:43:42.343521Z",
            "url": "https://files.pythonhosted.org/packages/4e/c3/581ee14c0a672bec7978aeab37af3b76529f25d4573362fe235e88ac02be/statsmodels-0.14.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "25a34a7a240e9bc9e146fbd9f0c410ecac328a899ca0c4467c72d9b8aa1e4015",
                "md5": "b552d7a63a8525f8f3eaba050e67dc5d",
                "sha256": "890550147ad3a81cda24f0ba1a5c4021adc1601080bd00e191ae7cd6feecd6ad"
            },
            "downloads": -1,
            "filename": "statsmodels-0.14.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b552d7a63a8525f8f3eaba050e67dc5d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 20352531,
            "upload_time": "2024-04-17T08:43:08",
            "upload_time_iso_8601": "2024-04-17T08:43:08.541567Z",
            "url": "https://files.pythonhosted.org/packages/25/a3/4a7a240e9bc9e146fbd9f0c410ecac328a899ca0c4467c72d9b8aa1e4015/statsmodels-0.14.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 08:43:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "statsmodels",
    "github_project": "statsmodels",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.22.3"
                ],
                [
                    "<",
                    "3"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.7.0"
                ],
                [
                    "!=",
                    "1.9.2"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "!=",
                    "2.1.0"
                ],
                [
                    ">=",
                    "1.3.0"
                ]
            ]
        },
        {
            "name": "patsy",
            "specs": [
                [
                    ">=",
                    "0.5.6"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    ">=",
                    "21.3"
                ]
            ]
        }
    ],
    "lcname": "statsmodels"
}
        
Elapsed time: 0.26312s