About 83,400 results
Open links in new tab
  1. statsmodels 0.14.6

    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 exploration.

  2. StatsModels: Statistics in Python — statsmodels v0.10.2 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 exploration.

  3. Examples - statsmodels 0.14.6

    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 Notebook and as a plain python …

  4. User Guide - statsmodels 0.14.6

    Methods for Survival and Duration Analysis Nonparametric Methods nonparametric Generalized Method of Moments gmm Other Models miscmodels Multivariate Statistics ...

  5. Getting started - statsmodels 0.14.6

    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 model and to draw a diagnostic …

  6. Linear Regression - statsmodels 0.15.0 (+858)

    # 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 = …

  7. Installing statsmodels - statsmodels 0.14.6

    The easiest way to install statsmodels is to install it as part of the Anaconda distribution, a cross-platform distribution for data analysis and scientific computing.

  8. About statsmodels - statsmodels 0.14.6

    During the Google Summer of Code 2009, statsmodels was corrected, tested, improved and released as a new package. Since then, the statsmodels development team has continued to add new models, …

  9. Linear Regression - statsmodels 0.14.6

    # 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 = …

  10. 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 exploration. An …