-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.42 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
# Generated by roxygen2: do not edit by hand
export(aggregateVALUE)
export(corrMat.VALUE)
export(deseason.VALUE)
export(index.acf)
export(index.amountFreqGE)
export(index.amountFreqGT)
export(index.annual.cycle)
export(index.annual.cycle.filtered)
export(index.freq)
export(index.freqDD)
export(index.freqDW)
export(index.freqWD)
export(index.freqWW)
export(index.lfvar)
export(index.mean)
export(index.meanGE)
export(index.prcXXth)
export(index.rv)
export(index.sd)
export(index.skew)
export(index.spell.mean)
export(index.spell.prcXXth)
export(index.spellmax.annual.prcXXth)
export(index.sum)
export(index.trend)
export(index.var)
export(index.wetAmount.prcXXth)
export(jointProbMat.VALUE)
export(loadValuePredictions)
export(loadValueStations)
export(measure.bias)
export(measure.bias.circ)
export(measure.bias.rel)
export(measure.bs)
export(measure.cm)
export(measure.cor)
export(measure.corlongterm)
export(measure.ks)
export(measure.mae)
export(measure.nDays)
export(measure.ratio)
export(measure.rmse)
export(miMat.VALUE)
export(na.filter.VALUE)
export(subsetVALUE)
export(wrapperFUN)
importFrom(RCurl,getURL)
importFrom(RcppEigen,fastLm)
importFrom(abind,abind)
importFrom(abind,asub)
importFrom(evd,fgev)
importFrom(signal,hamming)
importFrom(stats,coef)
importFrom(stats,confint.lm)
importFrom(stats,cor)
importFrom(stats,filter)
importFrom(stats,ks.test)
importFrom(stats,lm)
importFrom(utils,packageDescription)
importFrom(utils,unzip)