diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2015-02-14 15:46:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-14 15:46:11 +0700 |
commit | 4c9b8112682f797cd0b8c185dfa4d789110e6913 (patch) | |
tree | 111dc6a82996aea3fb7f8eca1696f1f54e506c48 /academic/patsy/README | |
parent | e945b6c737eb7b5d8631e588c39a85206acfac6b (diff) |
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/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/academic/patsy/README b/academic/patsy/README new file mode 100644 index 0000000000000..02a4b97659294 --- /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. |