1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/p5-Statistics-Descriptive/pkg-descr
Will Andrews d6b75aaa60 Add p5-Statistics-Descriptive 2.4, perl module that supplies statistical
methods for perl5.

PR:		23997
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-01-04 00:00:55 +00:00

10 lines
417 B
Plaintext

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>