diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2020-03-07 11:32:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-07 11:32:09 +0700 |
commit | ee2868098185596c06155bdf97d6b4253b4619ec (patch) | |
tree | e345c19a762ccf97000bd73b3de02c4124eb6fde /python/python3-statsmodels/README | |
parent | 41c2842e46d3f0b5500d66478809968b5db69970 (diff) |
python/python3-statsmodels: Added (Statistical computations models).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-statsmodels/README')
-rw-r--r-- | python/python3-statsmodels/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-statsmodels/README b/python/python3-statsmodels/README new file mode 100644 index 0000000000000..c78c9034c4261 --- /dev/null +++ b/python/python3-statsmodels/README @@ -0,0 +1,8 @@ +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. |