diff options
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-Statistics-Descriptive/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/perl/perl-Statistics-Descriptive/README b/perl/perl-Statistics-Descriptive/README index 69c15edd6a1e6..b7dd4e80251f3 100644 --- a/perl/perl-Statistics-Descriptive/README +++ b/perl/perl-Statistics-Descriptive/README @@ -1,6 +1,6 @@ -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. +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. |