-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
executable file
·40 lines (40 loc) · 1.17 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: ForeCA
Type: Package
Title: Forecastable Component Analysis
Version: 0.2.7
Date: 2020-06-21
Authors@R:
person(given = "Georg M.",
family = "Goerg",
role = c("aut", "cre"),
email = "[email protected]")
URL: https://github.com/gmgeorg/ForeCA
Description: Implementation of Forecastable Component Analysis ('ForeCA'),
including main algorithms and auxiliary function (summary, plotting, etc.) to
apply 'ForeCA' to multivariate time series data. 'ForeCA' is a novel dimension
reduction (DR) technique for temporally dependent signals. Contrary to other
popular DR methods, such as 'PCA' or 'ICA', 'ForeCA' takes time dependency
explicitly into account and searches for the most ''forecastable'' signal.
The measure of forecastability is based on the Shannon entropy of the spectral
density of the transformed signal.
Depends:
R (>= 3.5.0)
License: GPL-2
Imports:
astsa (>= 1.10),
MASS,
graphics,
reshape2 (>= 1.4.4),
utils
Suggests:
psd,
fBasics,
knitr,
markdown,
mgcv,
nlme (>= 3.1-64),
testthat (>= 2.0.0),
rSFA,
RoxygenNote: 7.1.1
Encoding: UTF-8
VignetteBuilder: knitr