File: control

package info (click to toggle)
libstatistics-linefit-perl 0.07-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 188 kB
  • sloc: perl: 313; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 976 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
Source: libstatistics-linefit-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com>
Standards-Version: 4.1.3
Homepage: https://metacpan.org/release/Statistics-LineFit
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libstatistics-linefit-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libstatistics-linefit-perl

Package: libstatistics-linefit-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: least squares line fit module for Perl
 Statistics::Linefit produces a least squares line fit, either
 weighted or unweighted.  It borrows some ideas from Statistics::OLS,
 but is faster, more robust, has better code, and it allows for
 weighted or unweighted regression.