-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
45 lines (44 loc) · 961 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method("+",freqdom)
S3method("+",timedom)
S3method("-",freqdom)
S3method("-",timedom)
S3method(print,freqdom)
S3method(print,timedom)
S3method(rev,freqdom)
S3method(rev,timedom)
S3method(summary,freqdom)
S3method(summary,timedom)
S3method(t,timedom)
export("%*%")
export("%c%")
export(cov.structure)
export(dpca)
export(dpca.KLexpansion)
export(dpca.filters)
export(dpca.scores)
export(dpca.var)
export(filter.process)
export(fourier.inverse)
export(fourier.transform)
export(freqdom)
export(freqdom.eigen)
export(freqdom.product)
export(freqdom.transpose)
export(is.freqdom)
export(is.timedom)
export(plus.freqdom)
export(rar)
export(rma)
export(spectral.density)
export(timedom)
export(timedom.norms)
export(timedom.trunc)
import(matrixcalc)
import(mvtnorm)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,title)
importFrom(stats,optim)
importFrom(stats,rnorm)