-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
151 lines (150 loc) · 3.9 KB
/
Copy pathNAMESPACE
File metadata and controls
151 lines (150 loc) · 3.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
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
# Generated by roxygen2: do not edit by hand
S3method("!=",dist_spec)
S3method("+",dist_spec)
S3method("==",dist_spec)
S3method(as_dist_spec,default)
S3method(as_dist_spec,dist_spec)
S3method(as_dist_spec,numeric)
S3method(c,dist_spec)
S3method(collapse,dist_spec)
S3method(collapse,multi_dist_spec)
S3method(discrete_pmf,dist_spec)
S3method(discrete_pmf,fixed)
S3method(discretise,dist_spec)
S3method(discretise,multi_dist_spec)
S3method(dist_cdf,default)
S3method(dist_cdf,exp)
S3method(dist_cdf,gamma)
S3method(dist_cdf,lognormal)
S3method(dist_cdf,normal)
S3method(dist_cdf,weibull)
S3method(fix_parameters,dist_spec)
S3method(fix_parameters,multi_dist_spec)
S3method(get_parameters,dist_spec)
S3method(is_constrained,dist_spec)
S3method(is_constrained,multi_dist_spec)
S3method(lower_bounds,beta)
S3method(lower_bounds,character)
S3method(lower_bounds,default)
S3method(lower_bounds,dirichlet)
S3method(lower_bounds,exp)
S3method(lower_bounds,fixed)
S3method(lower_bounds,gamma)
S3method(lower_bounds,lognormal)
S3method(lower_bounds,normal)
S3method(lower_bounds,weibull)
S3method(max,dist_spec)
S3method(max,multi_dist_spec)
S3method(max,nonparametric)
S3method(mean,beta)
S3method(mean,dirichlet)
S3method(mean,dist_spec)
S3method(mean,exp)
S3method(mean,fixed)
S3method(mean,gamma)
S3method(mean,lognormal)
S3method(mean,multi_dist_spec)
S3method(mean,nonparametric)
S3method(mean,normal)
S3method(mean,uncertain_dist_spec)
S3method(mean,weibull)
S3method(natural_params,beta)
S3method(natural_params,character)
S3method(natural_params,default)
S3method(natural_params,dirichlet)
S3method(natural_params,exp)
S3method(natural_params,fixed)
S3method(natural_params,gamma)
S3method(natural_params,lognormal)
S3method(natural_params,normal)
S3method(natural_params,weibull)
S3method(plot,dist_spec)
S3method(print,dist_spec)
S3method(sample_dist,beta)
S3method(sample_dist,dist_spec)
S3method(sample_dist,exp)
S3method(sample_dist,fixed)
S3method(sample_dist,gamma)
S3method(sample_dist,lognormal)
S3method(sample_dist,multi_dist_spec)
S3method(sample_dist,nonparametric)
S3method(sample_dist,normal)
S3method(sample_dist,uncertain_dist_spec)
S3method(sample_dist,weibull)
S3method(sd,beta)
S3method(sd,default)
S3method(sd,dist_spec)
S3method(sd,exp)
S3method(sd,fixed)
S3method(sd,gamma)
S3method(sd,lognormal)
S3method(sd,multi_dist_spec)
S3method(sd,nonparametric)
S3method(sd,normal)
S3method(sd,uncertain_dist_spec)
S3method(sd,weibull)
S3method(to_natural,beta)
S3method(to_natural,exp)
S3method(to_natural,gamma)
S3method(to_natural,lognormal)
S3method(to_natural,normal)
S3method(to_natural,weibull)
export(Beta)
export(Dirichlet)
export(Exp)
export(Exponential)
export(Fixed)
export(Gamma)
export(LogNormal)
export(NonParametric)
export(Normal)
export(Weibull)
export(as_dist_spec)
export(bound_dist)
export(collapse)
export(convert_to_logmean)
export(convert_to_logsd)
export(discretise)
export(discretize)
export(fix_parameters)
export(get_distribution)
export(get_parameters)
export(get_pmf)
export(has_uncertainty)
export(is_constrained)
export(lower_bounds)
export(natural_params)
export(ndist)
export(new_dist_spec)
export(sample_dist)
export(sd)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
importFrom(cli,cli_warn)
importFrom(cli,col_blue)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,is_present)
importFrom(methods,is)
importFrom(primarycensored,dprimarycensored)
importFrom(primarycensored,qprimarycensored)
importFrom(rlang,.data)
importFrom(rlang,`%||%`)
importFrom(rlang,arg_match)
importFrom(rlang,caller_env)
importFrom(stats,ave)
importFrom(stats,pexp)
importFrom(stats,pgamma)
importFrom(stats,plnorm)
importFrom(stats,pnorm)
importFrom(stats,pweibull)
importFrom(stats,rbeta)
importFrom(stats,rexp)
importFrom(stats,rgamma)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,rweibull)
importFrom(stats,uniroot)
importFrom(truncnorm,rtruncnorm)
importFrom(utils,head)
importFrom(utils,tail)