-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
73 lines (72 loc) · 1.78 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
# Generated by roxygen2: do not edit by hand
S3method(aic,climex.fit.gev)
S3method(aic,climex.fit.gpd)
S3method(aic,list)
S3method(anomalies,list)
S3method(anomalies,xts)
S3method(bic,climex.fit.gev)
S3method(bic,climex.fit.gpd)
S3method(bic,list)
S3method(block,list)
S3method(block,xts)
S3method(check.completeness,list)
S3method(check.completeness,xts)
S3method(decluster,list)
S3method(decluster,xts)
S3method(fit.gev,default)
S3method(fit.gev,list)
S3method(fit.gev,xts)
S3method(fit.gpd,default)
S3method(fit.gpd,list)
S3method(fit.gpd,xts)
S3method(plot,climex.fit.gev)
S3method(plot,climex.fit.gpd)
S3method(print,climex.fit.gev)
S3method(print,climex.fit.gpd)
S3method(remove.incomplete.years,list)
S3method(remove.incomplete.years,xts)
S3method(return.level,climex.fit.gev)
S3method(return.level,climex.fit.gpd)
S3method(return.level,list)
S3method(return.level,numeric)
S3method(summary,climex.fit.gev)
S3method(summary,climex.fit.gpd)
S3method(threshold,list)
S3method(threshold,xts)
S3method(upper.limit,climex.fit.gev)
S3method(upper.limit,climex.fit.gpd)
S3method(upper.limit,list)
S3method(upper.limit,numeric)
export(aic)
export(anomalies)
export(bic)
export(block)
export(check.completeness)
export(decluster)
export(fit.gev)
export(fit.gpd)
export(likelihood)
export(likelihood.augmented)
export(likelihood.gradient.augmented)
export(likelihood.initials)
export(multiplot)
export(remove.incomplete.years)
export(return.level)
export(revd)
export(rlevd)
export(threshold)
export(ttplot)
export(upper.limit)
import(ggplot2)
import(grid)
import(lubridate)
importFrom(Rcpp,sourceCpp)
importFrom(alabama,auglag)
importFrom(lubridate,yday)
importFrom(numDeriv,hessian)
importFrom(parallel,mclapply)
importFrom(xts,apply.yearly)
importFrom(xts,is.xts)
importFrom(xts,xts)
importFrom(zoo,index)
useDynLib(climex)