all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#63915] [PATCH] gnu: Add perl-statistics-distributions.
@ 2023-06-05 18:52 Rikard Nordgren
  2023-07-22  3:30 ` bug#63915: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Rikard Nordgren @ 2023-06-05 18:52 UTC (permalink / raw)
  To: 63915; +Cc: hrn

---
 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63915: [PATCH] gnu: Add perl-statistics-distributions.
  2023-06-05 18:52 [bug#63915] [PATCH] gnu: Add perl-statistics-distributions Rikard Nordgren
@ 2023-07-22  3:30 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-07-22  3:30 UTC (permalink / raw)
  To: Rikard Nordgren; +Cc: 63915-done

Rikard Nordgren <hrn@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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-22  3:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-05 18:52 [bug#63915] [PATCH] gnu: Add perl-statistics-distributions Rikard Nordgren
2023-07-22  3:30 ` bug#63915: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.