GNU bug report logs -
#63915
[PATCH] gnu: Add perl-statistics-distributions.
Previous Next
Reported by: Rikard Nordgren <hrn <at> posteo.net>
Date: Mon, 5 Jun 2023 18:53:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63915 in the body.
You can then email your comments to 63915 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63915
; Package
guix-patches
.
(Mon, 05 Jun 2023 18:53:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Rikard Nordgren <hrn <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 05 Jun 2023 18:53:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d7312372de..0b38686d5c 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9607,6 +9607,30 @@ (define-public perl-statistics-basic
@code{median()}, @code{mean()}, @code{variance()} and @code{stddev()}.")
(license license:lgpl2.0)))
+(define-public perl-statistics-distributions
+ (package
+ (name "perl-statistics-distributions")
+ (version "1.02")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://cpan/authors/id/M/MI/MIKEK/Statistics-Distributions-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1j1kswl98f4i9dn176f9aa3y9bissx2sscga5jm3gjl4pxm3k7zr"))))
+ (build-system perl-build-system)
+ (home-page "https://metacpan.org/pod/Statistics::Distributions")
+ (synopsis "Perl module for calculating critical values of common
+statistical distributions")
+ (description
+ "This Perl module calculates percentage points (5 significant
+digits) of the u (standard normal) distribution, the student's t distribution,
+the chi-square distribution and the F distribution. It can also calculate the
+upper probability (5 significant digits) of the u (standard normal), the
+chi-square, the t and the F distribution.")
+ (license license:perl-license)))
+
(define-public perl-statistics-pca
(package
(name "perl-statistics-pca")
base-commit: a025d8fee6c8df1db750058d41f984103eb77978
--
2.30.2
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Sat, 22 Jul 2023 03:31:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Rikard Nordgren <hrn <at> posteo.net>
:
bug acknowledged by developer.
(Sat, 22 Jul 2023 03:31:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 63915-done <at> debbugs.gnu.org (full text, mbox):
Rikard Nordgren <hrn <at> posteo.net> writes:
> gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
> 1 file changed, 24 insertions(+)
Pushed to master with minor adjust to synopsis and description, thank
you!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 19 Aug 2023 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 265 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.