summaryrefslogtreecommitdiff
path: root/python/statsmodels/README
diff options
context:
space:
mode:
authorR. S. Ananda Murthy <rsamurti@gmail.com>2014-12-12 03:15:55 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-12 07:49:08 +0700
commit86bb25ef809c4f8a543f92c6129fb0a691e21f6a (patch)
tree9211ff3829e95f61dc53edd4052ef71588d44cda /python/statsmodels/README
parent74e2791b4c1d76aaca3328500d5c4ed74670746f (diff)
downloadslackbuilds-86bb25ef809c4f8a543f92c6129fb0a691e21f6a.tar.gz
python/statsmodels: Added (statistical computation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/statsmodels/README')
-rw-r--r--python/statsmodels/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/statsmodels/README b/python/statsmodels/README
new file mode 100644
index 0000000000..53f040615f
--- /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.