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

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

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

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

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

  7. 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), …

  8. About statsmodels - statsmodels 0.14.6

    About statsmodels Background The models module of scipy.stats was originally written by Jonathan Taylor. For some time it was part of scipy but was later removed. During the Google Summer of …

  9. statsmodels 0.15.0 (+952)

    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. Statistics stats - statsmodels 0.14.6

    The main function that statsmodels has currently available for interrater agreement measures and tests is Cohen’s Kappa. Fleiss’ Kappa is currently only implemented as a measures but without associated …