diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2014-12-12 03:15:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-12 07:49:08 +0700 |
commit | 86bb25ef809c4f8a543f92c6129fb0a691e21f6a (patch) | |
tree | 9211ff3829e95f61dc53edd4052ef71588d44cda /python/statsmodels/slack-desc | |
parent | 74e2791b4c1d76aaca3328500d5c4ed74670746f (diff) |
python/statsmodels: Added (statistical computation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/statsmodels/slack-desc')
-rw-r--r-- | python/statsmodels/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/statsmodels/slack-desc b/python/statsmodels/slack-desc new file mode 100644 index 000000000000..110f63498905 --- /dev/null +++ b/python/statsmodels/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +statsmodels: statsmodels (Statistical computations and models for use with SciPy) +statsmodels: +statsmodels: Statsmodels is a Python package that provides a complement +statsmodels: to scipy for statistical computations including descriptive +statsmodels: statistics and estimation and inference for statistical models. +statsmodels: +statsmodels: +statsmodels: +statsmodels: +statsmodels: +statsmodels: http://statsmodels.sourceforge.net/ |