About 50 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. An …

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

  3. Installing statsmodels - statsmodels 0.14.6

    Installing statsmodels 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. This is the …

  4. Examples - statsmodels 0.14.6

    Examples 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 …

  5. Getting started - statsmodels 0.14.6

    Getting started 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 …

  6. API Reference - statsmodels 0.14.6

    API Reference The main statsmodels API is split into models: statsmodels.api: Cross-sectional models and methods. Canonically imported using import statsmodels.api as sm. statsmodels.tsa.api: Time …

  7. StatsModels: Statistics in Python — statsmodels v0.10.2 documentation

    Welcome to Statsmodels’s 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 …

  8. Linear Regression - statsmodels 0.14.6

    Linear Regression Linear models with independently and identically distributed errors, and for errors with heteroscedasticity or autocorrelation. This module allows estimation by ordinary least squares (OLS), …

  9. 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 …

  10. Installing statsmodels — statsmodels

    Installing statsmodels 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. This is the …