File: control

package info (click to toggle)
libpdl-stats-perl 0.82-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 548 kB
  • sloc: perl: 1,608; makefile: 6
file content (34 lines) | stat: -rw-r--r-- 1,467 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
34
Source: libpdl-stats-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Vincent Danjean <vdanjean@debian.org>
Section: perl
Priority: optional
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 13),
               libgsl-dev,
               pdl (>= 1:2.057),
               perl-xs-dev,
               perl:native
Standards-Version: 4.6.1
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}
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