blob: 427c5f3d5daa35ff0eab9345c55478644e1af84d (
plain) (
blame)
1
2
3
4
5
6
7
8
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@FreeBSD.org>
|