aboutsummaryrefslogtreecommitdiff
path: root/academic/patsy/README
diff options
context:
space:
mode:
authorR. S. Ananda Murthy <rsamurti@gmail.com>2015-02-14 15:46:11 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-14 15:46:11 +0700
commit4c9b8112682f797cd0b8c185dfa4d789110e6913 (patch)
tree111dc6a82996aea3fb7f8eca1696f1f54e506c48 /academic/patsy/README
parente945b6c737eb7b5d8631e588c39a85206acfac6b (diff)
downloadslackbuilds-4c9b8112682f797cd0b8c185dfa4d789110e6913.tar.xz
academic/patsy: Added (statistical models).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/patsy/README')
-rw-r--r--academic/patsy/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/academic/patsy/README b/academic/patsy/README
new file mode 100644
index 000000000000..02a4b9765929
--- /dev/null
+++ b/academic/patsy/README
@@ -0,0 +1,4 @@
+Patsy is a Python package for describing statistical models (especially
+linear models, or models that have a linear component) and building
+design matrices. It is closely inspired by and compatible with the
+formula mini-language used in R and S.