File: control

package info (click to toggle)
libstatistics-normality-perl 0.01-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 164 kB
  • ctags: 10
  • sloc: perl: 182; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,589 bytes parent folder | download | duplicates (2)
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
Source: libstatistics-normality-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libstatistics-distributions-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libstatistics-normality-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libstatistics-normality-perl.git
Homepage: https://metacpan.org/release/Statistics-Normality
Testsuite: autopkgtest-pkg-perl

Package: libstatistics-normality-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libstatistics-distributions-perl
Description: module for testing normal distribution of data
 Various situations call for testing whether an empirical sample can be
 presumed to have been drawn from a normally (Gaussian) distributed
 population, especially because many downstream significance tests depend upon
 the assumption of normality. Statistics::Normality implements some of the
 more well-known normality tests from the mathematical statistics literature,
 though there are also others that are not included. The tests here are all
 so-called omnibus tests that find departures from normality on the basis of
 skewness and/or kurtosis.
 .
 Note that, although the Kolmogorov-Smirnov test can also be used in this
 capacity, it is a distance test and therefore not advisable. This, and other
 distance tests (e.g. Chi-square) are not implemented here.