-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
82 lines (81 loc) · 2.28 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
# Generated by roxygen2: do not edit by hand
export(Builder_ControlMatrix)
export(Builder_Prior_Knowledge)
export(Criticize_Recessions)
export(EquationRC_BaRatinBAC)
export(EquationRC_BaRatinKAC)
export(EquationRC_Exponential)
export(EquationRC_LOESS)
export(EquationRC_LinearRegression)
export(EquationRec_BR1)
export(EquationRec_M3)
export(Estimate_Rec_BR1)
export(Estimate_Rec_M3)
export(Extract_Recessions)
export(FitRC_BaRatinBAC)
export(FitRC_BaRatinKAC)
export(FitRC_Exponential)
export(FitRC_LOESS)
export(FitRC_LinearRegression)
export(FitRC_SimplifiedBaRatin)
export(FitRC_SimplifiedBaRatinWithPrior)
export(GetCatalog_RC)
export(GetCatalog_Recession)
export(ModelAndSegmentation_Gaugings)
export(ModelAndSegmentation_Recessions)
export(PlotExtract_Recessions)
export(PlotRCSegmentation_Gaugings)
export(PlotRCSegmentation_Gaugings_Tree)
export(PlotSegmentation)
export(PlotSegmentation_Gaugings_Hdt)
export(PlotSegmentation_Gaugings_QdH)
export(PlotSegmentation_Gaugings_Qdt)
export(PlotSegmentation_Gaugings_Residual)
export(PlotSegmentation_Recessions)
export(PlotSegmentation_Recessions_Hdt)
export(PlotSimObs_Recessions)
export(PlotTree)
export(RMSE_Weighted)
export(Recursive_Segmentation)
export(Segmentation)
export(Segmentation_Engine)
export(TransformDateFormat)
import(dplyr)
import(ggplot2)
import(lubridate)
import(patchwork)
importFrom(RBaM,BaM)
importFrom(RBaM,dataset)
importFrom(RBaM,getCatalogue)
importFrom(RBaM,mcmcCooking)
importFrom(RBaM,mcmcOptions)
importFrom(RBaM,model)
importFrom(RBaM,parameter)
importFrom(RBaM,parameter_VAR)
importFrom(RBaM,prediction)
importFrom(RBaM,remnantErrorModel)
importFrom(RBaM,xtraModelInfo)
importFrom(RColorBrewer,brewer.pal)
importFrom(ggnewscale,new_scale_color)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(rlang,is_empty)
importFrom(scales,viridis_pal)
importFrom(stats,approx)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,nls)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(utils,read.table)