[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39416] [PATCH 01/34] gnu: Add package r-fracdiff
From: |
Lars-Dominik Braun |
Subject: |
[bug#39416] [PATCH 01/34] gnu: Add package r-fracdiff |
Date: |
Tue, 4 Feb 2020 14:55:53 +0100 |
* gnu/packages/cran.scm (r-fracdiff): New variable.
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 58ceed06d0..4fbaa6a00f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19259,3 +19259,27 @@ are followed and which ones are not) from one package
and use it to check
another. This makes it easier to find and correct the most important problems
first.")
(license license:gpl3)))
+
+(define-public r-fracdiff
+ (package
+ (name "r-fracdiff")
+ (version "1.5-1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "fracdiff" version))
+ (sha256
+ (base32
+ "1dhfjlhr9sb38qgpsx0sm73l9lgc13d0fk32l7fmjfnalhr3n45q"))))
+ (properties `((upstream-name . "fracdiff")))
+ (build-system r-build-system)
+ (home-page
+ "https://github.com/mmaechler/fracdiff")
+ (synopsis
+ "Fractionally Differenced ARIMA aka ARFIMA(P,d,q) Models")
+ (description
+ "Maximum likelihood estimation of the parameters of a fractionally
+differenced ARIMA(p,d,q) model (Haslett and Raftery, Appl.Statistics, 1989);
+including inference and basic methods. Some alternative algorithms to estimate
+\"H\".")
+ (license license:gpl2+)))
--
2.20.1
- [bug#39416] Bulk import of R packages, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 01/34] gnu: Add package r-fracdiff,
Lars-Dominik Braun <=
- [bug#39416] [PATCH 02/34] gnu: Add package r-forecast, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 04/34] gnu: Add package r-proxyc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 05/34] gnu: Add package r-isocodes, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 03/34] gnu: Add package r-xmisc, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 07/34] gnu: Add package r-spacyr, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 09/34] gnu: Add package r-quanteda, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 06/34] gnu: Add package r-stopwords, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 11/34] gnu: Add package r-stm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 13/34] gnu: Add package r-msm, Lars-Dominik Braun, 2020/02/04
- [bug#39416] [PATCH 12/34] gnu: Add package r-polycor, Lars-Dominik Braun, 2020/02/04