About 22,900 results
Open links in new tab
  1. statsmodels 0.14.4

    Oct 3, 2024 · statsmodels is a Python module that provides classes and functions for the estimation of many different statistical models, as well as for conducting statistical tests, and …

  2. Getting started - statsmodels 0.14.4

    Oct 3, 2024 · This very simple case-study is designed to get you up-and-running quickly with statsmodels. Starting from raw data, we will show the steps needed to estimate a statistical …

  3. Introduction — statsmodels

    statsmodels is a Python module that provides classes and functions for the estimation of many different statistical models, as well as for conducting statistical tests, and statistical data …

  4. Examples - statsmodels 0.14.4

    Oct 3, 2024 · This page provides a series of examples, tutorials and recipes to help you get started with statsmodels. Each of the examples shown here is made available as an IPython …

  5. StatsModels: Statistics in Python — statsmodels v0.10.2 …

    statsmodels is a Python module that provides classes and functions for the estimation of many different statistical models, as well as for conducting statistical tests, and statistical data …

  6. Installing statsmodels - statsmodels 0.14.4

    Oct 3, 2024 · Python Support¶ statsmodels supports Python 3.8, 3.9, and 3.10. Anaconda¶ statsmodels is available through conda provided by Anaconda. The latest release can be …

  7. API Reference - statsmodels 0.14.4

    Oct 3, 2024 · The main statsmodels API is split into models: statsmodels.api: Cross-sectional models and methods. Canonically imported using import statsmodels.api as sm. …

  8. Linear Regression - statsmodels 0.14.4

    Oct 3, 2024 · # Load modules and data In [1]: import numpy as np In [2]: import statsmodels.api as sm In [3]: spector_data = sm. datasets. spector. load In [4]: spector_data. exog = sm. …

  9. Linear Mixed Effects Models - statsmodels 0.14.4

    Oct 3, 2024 · The statsmodels implementation of LME is primarily group-based, meaning that random effects must be independently-realized for responses in different groups. There are …

  10. StatsModels: Statistics in Python — statsmodels 0.6.1 documentation

    statsmodels is a Python module that provides classes and functions for the estimation of many different statistical models, as well as for conducting statistical tests, and statistical data …

Refresh