81797980f7
URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search
11 lines
477 B
Text
11 lines
477 B
Text
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.
|
|
|
|
WWW: http://search.cpan.org/dist/Statistics-Descriptive/
|
|
|
|
-Anton
|
|
<tobez@FreeBSD.org>
|