unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <66921@debbugs.gnu.org>
Cc: Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#66921] [PATCH 3/5] gnu: Add r-evmix.
Date: Fri, 3 Nov 2023 17:30:02 +0100	[thread overview]
Message-ID: <1decef87f8fc7d344825970f0b5f51ad0e820d71.1699029004.git.madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <295ae4566681826b406dea240db641124f1d60a0.1699029004.git.madalinionel.patrascu@mdc-berlin.de>

* gnu/packages/cran.scm (r-evmix): New variable.

Change-Id: I93152dee218e9cef85dd66e17231f1728f0ffb52
---
 gnu/packages/cran.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d7334963ec..bc3158eea6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7134,6 +7134,35 @@ (define-public r-evd
 threshold models.")
     (license license:gpl3)))
 
+(define-public r-evmix
+  (package
+    (name "r-evmix")
+    (version "2.12")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "evmix" version))
+       (sha256
+        (base32 "02rabc9snci00s1x7h0svfr66lmw1wjcdg0149wc52mnccsdaivf"))))
+    (properties `((upstream-name . "evmix")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-gsl
+           r-mass
+           r-sparsem))
+    (home-page "http://www.math.canterbury.ac.nz/~c.scarrott/evmix.shtml")
+    (synopsis
+     "Extreme value threshold estimation and uncertainty quantification")
+    (description
+     "This package provides the usual distribution functions, maximum likelihood
+inference and model diagnostics for univariate stationary extreme value mixture
+models.  Also, there are provided kernel density estimation including various
+boundary corrected kernel density estimation methods and a wide choice of kernels,
+with cross-validation likelihood based bandwidth estimator.  Reasonable
+consistency with the base functions in the evd package is provided, so that users
+can safely interchange most code.")
+    (license license:gpl3)))
+
 (define-public r-excelr
   (package
     (name "r-excelr")
-- 
2.41.0





  parent reply	other threads:[~2023-11-03 16:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-03 16:27 [bug#66921] [patch] Add r-screpertoire, r-powertcr, r-evmix, r-truncdist and r-evd Mădălin Ionel Patrașcu
2023-11-03 16:30 ` [bug#66921] [PATCH 1/5] gnu: Add r-evd Mădălin Ionel Patrașcu
2023-11-03 16:30   ` [bug#66921] [PATCH 2/5] gnu: Add r-truncdist Mădălin Ionel Patrașcu
2023-11-03 16:30   ` Mădălin Ionel Patrașcu [this message]
2023-11-03 16:30   ` [bug#66921] [PATCH 4/5] gnu: Add r-powertcr Mădălin Ionel Patrașcu
2023-11-03 16:30   ` [bug#66921] [PATCH 5/5] gnu: Add r-screpertoire Mădălin Ionel Patrașcu
2023-11-04 22:14   ` bug#66921: [PATCH 1/5] gnu: Add r-evd Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1decef87f8fc7d344825970f0b5f51ad0e820d71.1699029004.git.madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=66921@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).