-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
65 lines (64 loc) · 1.65 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
# Generated by roxygen2: do not edit by hand
S3method("+",dist_spec)
S3method(c,dist_spec)
S3method(collapse,dist_spec)
S3method(collapse,multi_dist_spec)
S3method(discretise,dist_spec)
S3method(discretise,multi_dist_spec)
S3method(fix_parameters,dist_spec)
S3method(fix_parameters,multi_dist_spec)
S3method(is_constrained,dist_spec)
S3method(is_constrained,multi_dist_spec)
S3method(max,dist_spec)
S3method(max,multi_dist_spec)
S3method(mean,dist_spec)
S3method(mean,multi_dist_spec)
S3method(plot,dist_spec)
S3method(print,dist_spec)
S3method(sd,default)
S3method(sd,dist_spec)
S3method(sd,multi_dist_spec)
export(Fixed)
export(Gamma)
export(LogNormal)
export(NonParametric)
export(Normal)
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(is_constrained)
importFrom(cli,cli_abort)
importFrom(cli,cli_warn)
importFrom(cli,col_blue)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,vars)
importFrom(purrr,walk)
importFrom(rlang,arg_match)
importFrom(stats,convolve)
importFrom(stats,pexp)
importFrom(stats,pgamma)
importFrom(stats,plnorm)
importFrom(stats,pnorm)
importFrom(stats,qexp)
importFrom(stats,qgamma)
importFrom(stats,qlnorm)
importFrom(stats,qnorm)
importFrom(truncnorm,rtruncnorm)
importFrom(utils,head)