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
|
Source: libstatistics-test-sequence-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libparams-util-perl, libtest-perl-critic-perl (>= 1.01),
libperl-critic-perl (>= 1.098), libtest-yaml-meta-perl (>= 0.11),
libtest-pod-perl (>= 1.14), libtest-pod-coverage-perl (>= 1.04),
libtest-nowarnings-perl (>= 0.084), libtest-minimumversion-perl (>= 0.008),
perl (>= 5.6.0-12)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <frequency@cpan.org>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/Statistics-Test-Sequence/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstatistics-test-sequence-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstatistics-test-sequence-perl/
Package: libstatistics-test-sequence-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libparams-util-perl
Suggests: libstatistics-test-randomwalk-perl
Description: Perl module that tests correlation of random numbers
Statistics::Test::Sequence implements a sequence correlation test for random
number generators. It shows pairwise correlation between subsequent random
numbers.
.
It performs this analysis using an algorithm published in: Blobel, V., and
Lohrmann, E. Statistische und numerische Methoden der Datenanalyse. Stuttgart,
Leipzig: Teubner, 1998
|