guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/19: gnu: Add r-spatialextremes.


From: guix-commits
Subject: 04/19: gnu: Add r-spatialextremes.
Date: Wed, 9 Jan 2019 11:14:09 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 99c164a5c7a4c17a7d8770a4ec86906cb67b61d6
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 9 16:36:20 2019 +0100

    gnu: Add r-spatialextremes.
    
    * gnu/packages/cran.scm (r-spatialextremes): New variable.
---
 gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 70128d3..a3bc01b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9980,3 +9980,31 @@ emphasis on splines, spatial data and spatial 
statistics.  The major methods
 include cubic, and thin plate splines, Kriging, and compactly supported
 covariance functions for large data sets.")
     (license license:gpl2+)))
+
+(define-public r-spatialextremes
+  (package
+    (name "r-spatialextremes")
+    (version "2.0-7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "SpatialExtremes" version))
+       (sha256
+        (base32
+         "1y0h1pcfqp9ynxsr3yrfbihlwm25ypyb88jmm5k2g7xvm8h9g050"))))
+    (properties
+     `((upstream-name . "SpatialExtremes")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-fields" ,r-fields)
+       ("r-maps" ,r-maps)))
+    (home-page "http://spatialextremes.r-forge.r-project.org/";)
+    (synopsis "Modelling spatial extremes")
+    (description
+     "This package provides tools for the statistical modelling of spatial
+extremes using max-stable processes, copula or Bayesian hierarchical models.
+More precisely, this package allows (conditional) simulations from various
+parametric max-stable models, analysis of the extremal spatial dependence, the
+fitting of such processes using composite likelihoods or least square (simple
+max-stable processes only), model checking and selection and prediction.")
+    (license license:gpl2+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]