mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: Add r-fracdiff.
* gnu/packages/cran.scm (r-fracdiff): New variable.
This commit is contained in:
parent
5508d9a8d7
commit
3ec74f9de9
1 changed files with 22 additions and 0 deletions
|
@ -19257,3 +19257,25 @@ (define-public r-adaptalint
|
|||
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
|
||||
"This package provides tools for the maximum likelihood estimation of the
|
||||
parameters of a fractionally differenced ARIMA(p,d,q) model (Haslett and
|
||||
Raftery, Appl.Statistics, 1989); it includes inference and basic methods.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue