# -*- 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 105842 2013-05-07 20:46:31Z macsforever2000@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16
perl5.setup         Statistics-Descriptive 3.0604

maintainers         maiar.org:jason-macports openmaintainer
license             {Artistic-1 GPL}
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           rmd160  8fcc7c9204505191b8f2aa3767eabc06deefc0af \
                    sha256  d1548ef6ce8ee94b1d4267c4a581df07c32a2c37ab3bfeaca2cd7ccca67a33c8
