Book Image

Python Data Analysis

By : Ivan Idris
Book Image

Python Data Analysis

By: Ivan Idris

Overview of this book

Table of Contents (22 chapters)
Python Data Analysis
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Key Concepts
Online Resources
Index

statsmodels subpackages


To install statsmodels, execute the following command:

$ pip install statsmodels
$ pip freeze|grep stat
statsmodels==0.6.0

Open the pkg_check.py file provided in the code bundle, and change the code to list the statsmodels subpackages to get the following result:

statmodels version 0.6.0.dev-3303360
statsmodels.base 
statsmodels.compatnp 
statsmodels.datasets 
statsmodels.discrete 
statsmodels.distributions 
statsmodels.emplike 
statsmodels.formula 
statsmodels.genmod 
statsmodels.graphics 
statsmodels.interface 
statsmodels.iolib 
statsmodels.miscmodels 
statsmodels.nonparametric DESCRIPTION For an overview of this module, see docs/source/nonparametric.rst PACKAGE CONTENTS _kernel_base _smoothers_lowess api bandwidths
statsmodels.regression 
statsmodels.resampling 
statsmodels.robust 
statsmodels.sandbox 
statsmodels.stats 
statsmodels.tests 
statsmodels.tools 
statsmodels.tsa