-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
119 lines (118 loc) · 2.9 KB
/
NAMESPACE
File metadata and controls
119 lines (118 loc) · 2.9 KB
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
# Generated by roxygen2: do not edit by hand
export(Annual_Max)
export(Con_Sampling_2D)
export(Con_Sampling_2D_Lag)
export(Conditional_RP_2D)
export(Conditional_RP_2D_Equal)
export(Cooley19)
export(Copula_Threshold_2D)
export(Copula_Threshold_2D_Lag)
export(Dataframe_Combine)
export(Decluster)
export(Decluster_SW)
export(Decluster_S_SW)
export(Design_Event_2D)
export(Design_Event_2D_Grid)
export(Design_Event_2D_Multi_Pop)
export(Detrend)
export(Diag_Non_Con)
export(Diag_Non_Con_Sel)
export(Diag_Non_Con_Trunc)
export(Diag_Non_Con_Trunc_Sel)
export(GPD_Fit)
export(GPD_Parameter_Stability_Plot)
export(GPD_Threshold_Solari)
export(GPD_Threshold_Solari_Sel)
export(HT04)
export(HT04_Lag)
export(HURDAT)
export(Imputation)
export(Intensity)
export(Joint_RP_2D)
export(Kendall_Lag)
export(Mean_Excess_Plot)
export(Migpd_Fit)
export(NOAA_SLR)
export(OsWL_Intensity)
export(SLR_Scenarios)
export(Standard_Copula_Fit)
export(Standard_Copula_Sel)
export(Standard_Copula_Sim)
export(Surge_Criterion)
export(Time_Series_Plot)
export(U_Sample)
export(Vine_Copula_Fit)
export(Vine_Copula_Sim)
export(WL_Curve)
export(bootstrap_block)
export(bootstrap_month)
export(inverse_pit_gpd)
export(return_curve_diag)
export(return_curve_est)
import(GeneralizedHyperbolic)
import(MASS)
import(RColorBrewer)
import(fitdistrplus)
import(grDevices)
import(graphics)
import(ks)
import(rmatio)
import(scales)
import(statmod)
import(stats)
import(texmex)
import(truncnorm)
import(tweedie)
importFrom(VGAM,Coef)
importFrom(VGAM,bisa)
importFrom(VGAM,dbisa)
importFrom(VGAM,dlaplace)
importFrom(VGAM,pbisa)
importFrom(VGAM,plaplace)
importFrom(VGAM,qbisa)
importFrom(VGAM,qlaplace)
importFrom(VGAM,vglm)
importFrom(VineCopula,BiCopCDF)
importFrom(VineCopula,BiCopEst)
importFrom(VineCopula,BiCopSelect)
importFrom(VineCopula,BiCopSim)
importFrom(VineCopula,RVineCopSelect)
importFrom(VineCopula,RVineMatrix)
importFrom(VineCopula,RVineSim)
importFrom(VineCopula,RVineStructureSelect)
importFrom(copula,claytonCopula)
importFrom(copula,dCopula)
importFrom(copula,fitCopula)
importFrom(copula,frankCopula)
importFrom(copula,getTheta)
importFrom(copula,gumbelCopula)
importFrom(copula,normalCopula)
importFrom(copula,pCopula)
importFrom(copula,pobs)
importFrom(copula,rCopula)
importFrom(copula,tCopula)
importFrom(dplyr,full_join)
importFrom(dplyr,left_join)
importFrom(gamlss,gamlss)
importFrom(gamlss.dist,GA)
importFrom(gamlss.dist,GG)
importFrom(gamlss.dist,GU)
importFrom(gamlss.dist,RG)
importFrom(gamlss.dist,dGA)
importFrom(gamlss.dist,dGG)
importFrom(gamlss.dist,dGU)
importFrom(gamlss.dist,dRG)
importFrom(gamlss.dist,pGA)
importFrom(gamlss.dist,pGG)
importFrom(gamlss.dist,pGU)
importFrom(gamlss.dist,pRG)
importFrom(gamlss.dist,qGA)
importFrom(gamlss.dist,qGG)
importFrom(gamlss.dist,qGU)
importFrom(gamlss.dist,qRG)
importFrom(gamlss.mx,dMX)
importFrom(gamlss.mx,gamlssMX)
importFrom(gamlss.mx,pMX)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(utils,capture.output)