aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Statistics-Descriptive/pkg-descr
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-04 08:00:55 +0800
committerwill <will@FreeBSD.org>2001-01-04 08:00:55 +0800
commitc8dd854bc51f7109e5792af31772142788c8768d (patch)
treedb05b3801d75b8498e5ade7d6e42fab011fb369d /math/p5-Statistics-Descriptive/pkg-descr
parenta882e7d1e6c7a435821f7982f931a5e9510e7573 (diff)
downloadfreebsd-ports-gnome-c8dd854bc51f7109e5792af31772142788c8768d.tar.gz
freebsd-ports-gnome-c8dd854bc51f7109e5792af31772142788c8768d.tar.zst
freebsd-ports-gnome-c8dd854bc51f7109e5792af31772142788c8768d.zip
Add p5-Statistics-Descriptive 2.4, perl module that supplies statistical
methods for perl5. PR: 23997 Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'math/p5-Statistics-Descriptive/pkg-descr')
-rw-r--r--math/p5-Statistics-Descriptive/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/math/p5-Statistics-Descriptive/pkg-descr b/math/p5-Statistics-Descriptive/pkg-descr
new file mode 100644
index 000000000000..71f40d3961a6
--- /dev/null
+++ b/math/p5-Statistics-Descriptive/pkg-descr
@@ -0,0 +1,9 @@
+This module provides basic functions used in descriptive statistics. It
+has an object oriented design and supports two different types of data
+storage and calculation objects: sparse and full. With the sparse
+method, none of the data is stored and only a few statistical measures
+are available. Using the full method, the entire data set is retained
+and additional functions are available.
+
+-Anton
+<tobez@tobez.org>