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