forked from craigbrinkerhoff/geoBAMr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
90 lines (89 loc) · 2.41 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
# Generated by roxygen2: do not edit by hand
S3method(bam_plot,bamdata)
S3method(bam_plot,bamval)
export(CoV)
export(Ej)
export(MRR)
export(NRMSE)
export(NSE)
export(RRMSE)
export(SDRR)
export(bam_data)
export(bam_estimate)
export(bam_hydrograph)
export(bam_plot)
export(bam_priors)
export(bam_qpred)
export(bam_settings)
export(bam_settings_unsupervised)
export(bam_valdata)
export(bam_validate)
export(cv2sigma)
export(estimate_A0SD)
export(estimate_A0SD_unsupervised)
export(estimate_b)
export(estimate_bSD)
export(estimate_bSD_unsupervised)
export(estimate_b_unsupervised)
export(estimate_logA0)
export(estimate_logA0_unsupervised)
export(estimate_logDb)
export(estimate_logDbSD)
export(estimate_logDbSD_unsupervised)
export(estimate_logDb_unsupervised)
export(estimate_logWb)
export(estimate_logWbSD)
export(estimate_logWbSD_unsupervised)
export(estimate_logWb_unsupervised)
export(estimate_logn)
export(estimate_lognSD)
export(estimate_lognSD_unsupervised)
export(estimate_logn_unsupervised)
export(estimate_logr)
export(estimate_logrSD)
export(estimate_logrSD_unsupervised)
export(estimate_logr_unsupervised)
export(estimate_lowerboundA0)
export(estimate_lowerboundA0_unsupervised)
export(estimate_lowerboundb)
export(estimate_lowerboundb_unsupervised)
export(estimate_lowerboundlogDb)
export(estimate_lowerboundlogDb_unsupervised)
export(estimate_lowerboundlogWb)
export(estimate_lowerboundlogWb_unsupervised)
export(estimate_lowerboundlogn)
export(estimate_lowerboundlogn_unsupervised)
export(estimate_lowerboundlogr)
export(estimate_lowerboundlogr_unsupervised)
export(estimate_upperboundA0)
export(estimate_upperboundA0_unsupervised)
export(estimate_upperboundb)
export(estimate_upperboundb_unsupervised)
export(estimate_upperboundlogDb)
export(estimate_upperboundlogDb_unsupervised)
export(estimate_upperboundlogWb)
export(estimate_upperboundlogWb_unsupervised)
export(estimate_upperboundlogn)
export(estimate_upperboundlogn_unsupervised)
export(estimate_upperboundlogr)
export(estimate_upperboundlogr_unsupervised)
export(logNSE)
export(rBIAS)
export(sample_xs)
import(Rcpp)
import(ggplot2)
import(methods)
import(rstan)
importFrom(dplyr,"%>%")
importFrom(methods,is)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(rstan,sampling)
importFrom(stats,dnorm)
importFrom(stats,median)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
useDynLib(geoBAMr, .registration = TRUE)