-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathNAMESPACE
140 lines (139 loc) · 3.4 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# Generated by roxygen2: do not edit by hand
S3method("[",mutualInf)
S3method("[[",mutualInf)
S3method(as.numeric,mutualInf)
S3method(contourLines,spaceTimePlot)
S3method(corrMatrix,corrDim)
S3method(divTime,maxLyapunov)
S3method(divergence,maxLyapunov)
S3method(embeddingDims,corrDim)
S3method(embeddingDims,default)
S3method(embeddingDims,infDim)
S3method(embeddingDims,maxLyapunov)
S3method(embeddingDims,sampleEntropy)
S3method(estimate,corrDim)
S3method(estimate,dfa)
S3method(estimate,infDim)
S3method(estimate,maxLyapunov)
S3method(estimate,sampleEntropy)
S3method(fixedMass,infDim)
S3method(fluctuationFunction,dfa)
S3method(freq,spectrogram)
S3method(getAlpha,spectralIndex)
S3method(getContourLines,spaceTimePlot)
S3method(getHurst,spectralIndex)
S3method(logRadius,infDim)
S3method(nlOrder,corrDim)
S3method(nlOrder,sampleEntropy)
S3method(plot,corrDim)
S3method(plot,dfa)
S3method(plot,infDim)
S3method(plot,maxLyapunov)
S3method(plot,mutualInf)
S3method(plot,rqa)
S3method(plot,sampleEntropy)
S3method(plot,spaceTimePlot)
S3method(plot,spectralIndex)
S3method(plot,spectrogram)
S3method(plot,surrogateTest)
S3method(plotLocalScalingExp,corrDim)
S3method(plotLocalScalingExp,infDim)
S3method(print,corrDim)
S3method(radius,corrDim)
S3method(radius,default)
S3method(radius,sampleEntropy)
S3method(sampleEntropyFunction,sampleEntropy)
S3method(spectrogram,default)
S3method(spectrogram,ts)
S3method(spectrogram,zoo)
S3method(time,spectrogram)
S3method(windowSizes,dfa)
export(FFTsurrogate)
export(buildTakens)
export(cliffordMap)
export(contourLines)
export(corrDim)
export(corrMatrix)
export(dfa)
export(divTime)
export(divergence)
export(embeddingDims)
export(estimate)
export(estimateEmbeddingDim)
export(findAllNeighbours)
export(fixedMass)
export(fluctuationFunction)
export(gaussMap)
export(getContourLines)
export(henon)
export(ikedaMap)
export(infDim)
export(keenanTest)
export(logRadius)
export(logisticMap)
export(lorenz)
export(maxLyapunov)
export(mcleodLiTest)
export(mutualInformation)
export(neighbourSearch)
export(nlOrder)
export(nonLinearNoiseReduction)
export(nonLinearPrediction)
export(nonlinearityTest)
export(plotLocalScalingExp)
export(poincareMap)
export(radius)
export(recurrencePlot)
export(rossler)
export(rqa)
export(sampleEntropy)
export(sampleEntropyFunction)
export(sinaiMap)
export(spaceTimePlot)
export(surrogateTest)
export(thresholdTest)
export(timeAsymmetry)
export(timeAsymmetry2)
export(timeLag)
export(tsayTest)
export(windowSizes)
import(Matrix)
import(Rcpp)
import(tseries)
import(zoo)
importFrom(grDevices,terrain.colors)
importFrom(graphics,abline)
importFrom(graphics,filled.contour)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,is_present)
importFrom(stats,Box.test)
importFrom(stats,IQR)
importFrom(stats,anova)
importFrom(stats,ar)
importFrom(stats,as.formula)
importFrom(stats,as.ts)
importFrom(stats,dchisq)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,fft)
importFrom(stats,frequency)
importFrom(stats,lm)
importFrom(stats,lm.fit)
importFrom(stats,median)
importFrom(stats,na.fail)
importFrom(stats,pf)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,time)
importFrom(stats,ts)
useDynLib(nonlinearTseries)