File: control

package info (click to toggle)
libpdl-stats-perl 0.855-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: perl: 1,459; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: libpdl-stats-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>,
           Ed J <etj@cpan.org>
Section: perl
Priority: optional
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 13),
               dh-sequence-pdl,
               pdl (>= 1:2.096),
               perl-xs-dev,
               perl:native
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpdl-stats-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpdl-stats-perl.git
Homepage: https://metacpan.org/release/PDL-Stats
Rules-Requires-Root: no

Package: libpdl-stats-perl
Architecture: any
Depends: ${pdl:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: libpdl-graphics-simple-perl
Description: collection of statistics modules in Perl Data Language
 This package provides several statistical Perl module:
  * PDL::Stats::Basic   basic statistics and related utilities such as
    standard deviation, Pearson correlation, and t-tests
  * 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