-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 1.34 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: fracdiff
Version: 1.5-4
VersionNote: Released 1.5-0 on 2019-12-09, 1.5-1 on 2020-01-20, 1.5-2 on 2022-10-31, 1.5-3 on 2024-02-01
Date: 2024-03-13
Title: Fractionally Differenced ARIMA aka ARFIMA(P,d,q) Models
Authors@R: c(person("Martin","Maechler", role=c("aut","cre"), email="[email protected]",
comment = c(ORCID = "0000-0002-8685-9910"))
, person("Chris", "Fraley", role=c("ctb","cph"), comment = "S original; Fortran code")
, person("Friedrich", "Leisch", role = "ctb",
comment = c("R port", ORCID = "0000-0001-7278-1983"))
, person("Valderio", "Reisen", role="ctb", comment = "fdGPH() & fdSperio()")
, person("Artur", "Lemonte", role="ctb", comment = "fdGPH() & fdSperio()")
, person("Rob", "Hyndman", email="[email protected]", role="ctb",
comment = c("residuals() & fitted()", ORCID = "0000-0002-2140-5352"))
)
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".
Imports: stats
Suggests: longmemo, forecast, urca
License: GPL (>= 2)
URL: https://github.com/mmaechler/fracdiff
BugReports: https://github.com/mmaechler/fracdiff/issues
Encoding: UTF-8
NeedsCompilation: yes