{"id":13418358,"url":"https://github.com/statsmodels/statsmodels","last_synced_at":"2025-05-12T16:14:09.537Z","repository":{"id":1547431,"uuid":"1885237","full_name":"statsmodels/statsmodels","owner":"statsmodels","description":"Statsmodels: statistical modeling and econometrics in Python","archived":false,"fork":false,"pushed_at":"2025-04-28T11:28:56.000Z","size":54942,"stargazers_count":10628,"open_issues_count":2908,"forks_count":3256,"subscribers_count":286,"default_branch":"main","last_synced_at":"2025-05-05T14:10:48.672Z","etag":null,"topics":["count-model","data-analysis","data-science","econometrics","forecasting","generalized-linear-models","hypothesis-testing","prediction","python","regression-models","robust-estimation","statistics","timeseries-analysis"],"latest_commit_sha":null,"homepage":"http://www.statsmodels.org/devel/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/statsmodels.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.md","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-06-12T17:04:50.000Z","updated_at":"2025-05-05T13:47:40.000Z","dependencies_parsed_at":"2023-10-05T01:36:35.635Z","dependency_job_id":"392161fc-9af6-419e-930e-c06ca5d0731f","html_url":"https://github.com/statsmodels/statsmodels","commit_stats":{"total_commits":12329,"total_committers":448,"mean_commits":"27.520089285714285","dds":0.7838429718549761,"last_synced_commit":"419ff3b91d66f0dec2c47fb0ce022f9ae96e3203"},"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statsmodels%2Fstatsmodels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statsmodels%2Fstatsmodels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statsmodels%2Fstatsmodels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statsmodels%2Fstatsmodels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statsmodels","download_url":"https://codeload.github.com/statsmodels/statsmodels/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253774581,"owners_count":21962199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["count-model","data-analysis","data-science","econometrics","forecasting","generalized-linear-models","hypothesis-testing","prediction","python","regression-models","robust-estimation","statistics","timeseries-analysis"],"created_at":"2024-07-30T22:01:01.400Z","updated_at":"2025-05-12T16:14:09.510Z","avatar_url":"https://github.com/statsmodels.png","language":"Python","readme":".. 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\u0026branchName=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","funding_links":[],"categories":["Multipurpose","TimeSeries Analysis","Science","Python","资源列表","Data Science","Libraries","Statistics","机器学习框架","Econometrics","Linear Algebra / Statistics Toolkit","科学","Uncategorized","Science and Data Analysis","其他_机器学习与深度学习","Statistics ##","科学计算和数据分析","🎲 Statistics \u0026 Probability","Time Series","Science [🔝](#readme)","📚 فهرست","Awesome Python","Machine Learning Frameworks"],"sub_categories":["Cryptocurrencies","科学计算和数据分析","Machine Learning","NLP","Statistical Toolkit","General-Purpose Machine Learning","Uncategorized","Tools","Automated Machine Learning","کتابخانه هاي تحليل داده","Science"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatsmodels%2Fstatsmodels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatsmodels%2Fstatsmodels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatsmodels%2Fstatsmodels/lists"}