debian/0000755000000000000000000000000012231761047007171 5ustar debian/watch0000644000000000000000000000015711763121505010223 0ustar version=3 http://search.cpan.org/dist/PDL-Stats/ .*/PDL-Stats-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libpdl-stats-perl.docs0000644000000000000000000000000711763121505013400 0ustar README debian/rules0000755000000000000000000000003611763121505010246 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000001060711763121505011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://search.cpan.org/dist/PDL-Stats/ Files: * Copyright: © 2009-2011 Maggie J. Xiong License: PDL Files: debian/* Copyright: © 2012, Vincent Danjean License: PDL or Artistic or GPL-1+ License: PDL All rights reserved. This distribution is free software; you can redistribute it and/or modify it under the same terms as Perl itself. . Inline documentation in any module files (pod format) and documentation files (.pod files) in this distribution are additionally protected by the following statement: . Permission is granted for verbatim copying (and formatting) of this documentation as part of the PDL distribution. Permission is granted to freely distribute verbatim copies of this documentation only if the following conditions are met: 1. that the copyright notice remains intact 2. the original authors' names are clearly displayed, 3. that any changes made to the documentation outside the official PDL distribution (as released by the current release manager) are clearly marked as such and 4. That this copyright notice is distributed with the copied version so that it may be easily found. . All the files in the distribution should have a copyright notice according to the following template: . Copyright (C) 199X Author1, Author2. All rights reserved. There is no warranty. You are allowed to redistribute this software / documentation as described in the file COPYING in the PDL distribution. . In addition, the following disclaimers apply: . THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. . BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. . IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. Comment: On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. Comment: On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/source/0000755000000000000000000000000011763121505010467 5ustar debian/source/format0000644000000000000000000000001411763121505011675 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011763121505010616 5ustar debian/patches/fix-typo.patch0000644000000000000000000000107011763121505013414 0ustar Fix typo in doc found by lintian --- a/Stats.pm +++ b/Stats.pm @@ -128,7 +128,7 @@ Signature: (a(n); b(m); float+ [o]t(); [o]d()) -Here the function t_test can take two 1D pdls of unequal size (n==m is certainly fine), and give back two scalars, t-value and degrees of freedom. Yes we accomodate t-tests with unequal sample sizes. +Here the function t_test can take two 1D pdls of unequal size (n==m is certainly fine), and give back two scalars, t-value and degrees of freedom. Yes we accommodate t-tests with unequal sample sizes. assign debian/patches/series0000644000000000000000000000001711763121505012031 0ustar fix-typo.patch debian/compat0000644000000000000000000000000211763121505010365 0ustar 9 debian/control0000644000000000000000000000245511763121505010600 0ustar Source: libpdl-stats-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Vincent Danjean Build-Depends: debhelper (>= 9), libgsl0-dev, pdl (>= 2.4.11), perl, perl-modules Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/PDL-Stats/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libpdf-stats-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpdf-stats-perl.git Package: libpdl-stats-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, pdl (>= 2.4.11), perl-modules Description: collection of statistics modules in Perl Data Language This package provides several statistical Perl module: * PDL::GSL::CDF PDL interface to GSL Cumulative Distribution Functions * PDL::Stats::Basic basic statistics and related utilities such as standard deviation, Pearson correlation, and t-tests * PDL::Stats::Distr parameter estimations and probability density functions for distributions * PDL::Stats::GLM general and generalized linear modeling methods such as ANOVA, linear regression, PCA, and logistic regression * PDL::Stats::Kmeans classic k-means cluster analysis * PDL::Stats::TS basic time series functions debian/changelog0000644000000000000000000000107312231761047011044 0ustar libpdl-stats-perl (0.6.2-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Wed, 23 Oct 2013 15:50:15 +0100 libpdl-stats-perl (0.6.2-1) unstable; urgency=low * New upstream release * prepare upload to the Perl Debian Group * Tigh dependency on PDL to avoid perl bug #107366 -- Vincent Danjean Mon, 04 Jun 2012 13:20:24 +0200 libpdl-stats-perl (0.6.0-1) unstable; urgency=low * Initial Release (Closes: #670198) -- Vincent Danjean Mon, 23 Apr 2012 22:34:09 +0200