diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-04 00:00:55 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-04 00:00:55 +0000 |
commit | d6b75aaa6043ff07538fb0e7dcede1d3caf7d0ce (patch) | |
tree | a9caf46f08b91bdd641e46693a0ab683f1674062 /math/p5-Statistics-Descriptive/pkg-descr | |
parent | bc811a3e5f7282a23467b55b02e88b061b48f195 (diff) | |
download | ports-d6b75aaa6043ff07538fb0e7dcede1d3caf7d0ce.tar.gz ports-d6b75aaa6043ff07538fb0e7dcede1d3caf7d0ce.zip |
Notes
Diffstat (limited to 'math/p5-Statistics-Descriptive/pkg-descr')
-rw-r--r-- | math/p5-Statistics-Descriptive/pkg-descr | 9 |
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> |