-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
174 lines (173 loc) · 4.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
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# Generated by roxygen2: do not edit by hand
S3method(evalAccuracy,BBackTesting)
S3method(evalAccuracy,BackTesting)
S3method(evalRobustness,BBackTesting)
S3method(plot,BackTesting)
S3method(plot,MEM)
S3method(plot,Oeppen)
S3method(plot,OeppenC)
S3method(plot,predict.MEM)
S3method(plot,predict.Oeppen)
S3method(plot,predict.OeppenC)
S3method(plot,residMF)
S3method(predict,HyndmanUllah)
S3method(predict,LeeCarter)
S3method(predict,LiLee)
S3method(predict,MEM)
S3method(predict,MRW)
S3method(predict,Oeppen)
S3method(predict,OeppenC)
S3method(predict,RenshawHaberman)
S3method(print,HyndmanUllah)
S3method(print,LeeCarter)
S3method(print,LiLee)
S3method(print,MEM)
S3method(print,MRW)
S3method(print,MortalityForecasts)
S3method(print,MortalityModels)
S3method(print,Oeppen)
S3method(print,OeppenC)
S3method(print,RenshawHaberman)
S3method(print,predict.HyndmanUllah)
S3method(print,predict.LeeCarter)
S3method(print,predict.LiLee)
S3method(print,predict.MEM)
S3method(print,predict.MRW)
S3method(print,predict.Oeppen)
S3method(print,predict.OeppenC)
S3method(print,predict.RenshawHaberman)
S3method(print,summary.LeeCarter)
S3method(print,summary.LiLee)
S3method(print,summary.Oeppen)
S3method(print,summary.OeppenC)
S3method(print,summary.RenshawHaberman)
S3method(residuals,HyndmanUllah)
S3method(residuals,LeeCarter)
S3method(residuals,LiLee)
S3method(residuals,MEM)
S3method(residuals,MRW)
S3method(residuals,Oeppen)
S3method(residuals,OeppenC)
S3method(residuals,RenshawHaberman)
S3method(summary,LeeCarter)
S3method(summary,LiLee)
S3method(summary,Oeppen)
S3method(summary,OeppenC)
S3method(summary,RenshawHaberman)
S3method(summary,get.Residuals)
export(Mult)
export(build.scenarios)
export(change_model_factor_levels)
export(convert.moments)
export(do.BBackTesting)
export(do.BackTesting)
export(do.MortalityForecasts)
export(do.MortalityModels)
export(do.Ranking)
export(evalAccuracy)
export(evalRobustness)
export(find.density)
export(find.moments)
export(find_ages_and_years)
export(fitted2dens)
export(get.Fitted)
export(get.Forecasts)
export(get.Observed)
export(get.Residuals)
export(model.HyndmanUllah)
export(model.LeeCarter)
export(model.LiLee)
export(model.MEM)
export(model.MRW)
export(model.Oeppen)
export(model.OeppenC)
export(model.RenshawHaberman)
export(replace.zeros)
export(residuals_default)
export(whatsYourName)
export(wide.list.2.long.df)
export(wide2long)
importFrom(MortalityLaws,MortalityLaw)
importFrom(MortalityLaws,convertFx)
importFrom(RColorBrewer,brewer.pal)
importFrom(StMoMo,StMoMo)
importFrom(StMoMo,genWeightMat)
importFrom(StMoMo,lc)
importFrom(StMoMo,rh)
importFrom(compositions,acomp)
importFrom(compositions,clr)
importFrom(compositions,clrInv)
importFrom(compositions,geometricmeanCol)
importFrom(demography,demogdata)
importFrom(demography,fdm)
importFrom(demography,lca)
importFrom(doParallel,registerDoParallel)
importFrom(fields,image.plot)
importFrom(forcats,fct_inorder)
importFrom(forcats,fct_recode)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(forecast,Arima)
importFrom(forecast,arimaorder)
importFrom(forecast,auto.arima)
importFrom(forecast,forecast)
importFrom(ggplot2,aes)
importFrom(ggplot2,alpha)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggridges,stat_density_ridges)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,grey.colors)
importFrom(grDevices,terrain.colors)
importFrom(graphics,abline)
importFrom(graphics,image)
importFrom(graphics,image.default)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(moments,all.moments)
importFrom(moments,raw2central)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(pbapply,closepb)
importFrom(pbapply,setpb)
importFrom(pbapply,startpb)
importFrom(stats,coef)
importFrom(stats,cov)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,lowess)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(tibble,add_column)
importFrom(tibble,as.tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(utils,head)
importFrom(utils,sessionInfo)
importFrom(utils,tail)