# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 83918 2011-09-12 19:37:56Z jmr@macports.org $

PortSystem        1.0
PortGroup         perl5 1.0

perl5.setup       Statistics-Descriptive 3.0200
maintainers       maiar.org:jason-macports openmaintainer
platforms         darwin
supported_archs   noarch

description      basic perl functions providing descriptive statistics 
long_description   \
   Statistics::Descriptive 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. \
   \
   Whenever a division by zero may occur, the denominator is checked to be \
   greater than the value \$Statistics::Descriptive::Tolerance, which defaults \
   to 0.0. You may want to change this value to some small positive value such \
   as 1e-24 in order to obtain error messages in case of very small \
   denominators. \
   \
   Many of the methods (both Sparse and Full) cache values so that subsequent \
   calls with the same arguments are faster. \

checksums         md5     918f06cf7419d28c122b7222eaf10302 \
                  sha1    f4aad26964333fc8fc16d867dd054a3f503f13cf \
                  rmd160  185cddbc8ce8d97194e3d9b05cfc575b956c50a6
