From 86bb25ef809c4f8a543f92c6129fb0a691e21f6a Mon Sep 17 00:00:00 2001 From: "R. S. Ananda Murthy" Date: Fri, 12 Dec 2014 03:15:55 +0700 Subject: python/statsmodels: Added (statistical computation). Signed-off-by: Willy Sudiarto Raharjo --- python/statsmodels/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/statsmodels/README (limited to 'python/statsmodels/README') diff --git a/python/statsmodels/README b/python/statsmodels/README new file mode 100644 index 0000000000000..53f040615f2ee --- /dev/null +++ b/python/statsmodels/README @@ -0,0 +1,7 @@ +Statsmodels is a Python module that allows users to explore data, +estimate statistical models, and perform statistical tests. +An extensive list of descriptive statistics, statistical tests, +plotting functions, and result statistics are available for +different types of data and each estimator. Researchers across +fields may find that statsmodels fully meets their needs for +statistical computing and data analysis in Python. -- cgit v1.2.3