-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
63 lines (63 loc) · 1.3 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: tsExpKit
Maintainer: Christoph Bergmeir <[email protected]>
License: GPL (>= 2)
Title: Experimentation Kit for Time Series Analysis.
Type: Package
LazyLoad: yes
Author: Christoph Bergmeir <[email protected]>
Description: Implements a lot of tasks common in the analysis of time
series predictors, such as embedding and preprocessing, time series
simulation, partitioning into training, test, and validation set.
Also present are some functions for error calculation and
analysis/visualization.
Version: 0.1
Depends:
R (>= 2.10.0),
tseriesChaos,
zoo,
tseries,
tools,
Date: 2013-01-29
Suggests:
scatterplot3d,
R.matlab,
multicore,
RSNNS,
combinat,
TSA,
fNonlinear,
Rsge,
e1071,
lars,
nnet,
snow,
tsDyn,
class,
dtw,
forecast,
mgcv,
pastecs,
entropy,
wavelets,
fractaldim
Encoding: UTF-8
Collate:
'aTS-methods.R'
'aTS.R'
'atsDirectoryProcessing.R'
'atsList.R'
'atsListIO.R'
'computePartitionIndices.R'
'dataComplexity.R'
'eTS-methods.R'
'eTS.R'
'experimentRunning.R'
'measureError.R'
'normalizeData.R'
'parallelProcessing.R'
'postEvaluation.R'
'simulateTS.R'
'tsExpKit-package.R'
'util.R'
'rKeelAtsIO.R'
'rKeelIO.R'