libstatistics-descriptive-perl 3.0609-1 source package in Ubuntu

Changelog

libstatistics-descriptive-perl (3.0609-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Update email address in Upstream-Contact field in debian/copyright.

 -- gregor herrmann <email address hidden>  Sat, 27 Jun 2015 21:08:56 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libstatistics-descriptive-perl_3.0609-1.dsc 2.5 KiB 15c1e88457d7da2bb16a44a3c95a8773194e0ad754c3c416c9942d3a2322a920
libstatistics-descriptive-perl_3.0609.orig.tar.gz 44.5 KiB 69fdae04e47feeacbb0313d5a1ba82e4bd38b821ac1d9389fed3e1d6467d853f
libstatistics-descriptive-perl_3.0609-1.debian.tar.xz 4.7 KiB ab0094afb825bb0d39f650db8637e7ac22e3af7b910234a912e4f93d37794f4f

Available diffs

No changes file available.

Binary packages built by this source

libstatistics-descriptive-perl: Perl module for basic descriptive statistical functions

 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.