-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
113 lines (112 loc) · 3 KB
/
Copy pathNAMESPACE
File metadata and controls
113 lines (112 loc) · 3 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
# Generated by roxygen2: do not edit by hand
S3method(augment,ref_fit)
S3method(cdf,dist_conditioned)
S3method(cdf,dist_shash)
S3method(cdf,dist_shash_draws)
S3method(cdf,dist_warped)
S3method(density,dist_conditioned)
S3method(density,dist_shash)
S3method(density,dist_shash_draws)
S3method(density,dist_warped)
S3method(format,dist_conditioned)
S3method(format,dist_shash)
S3method(format,dist_shash_draws)
S3method(format,dist_warped)
S3method(generate,dist_conditioned)
S3method(generate,dist_shash)
S3method(generate,dist_shash_draws)
S3method(generate,dist_warped)
S3method(ggplot2::autoplot,ref_assessment)
S3method(ggplot2::autoplot,ref_derivative)
S3method(ggplot2::autoplot,ref_dynamics)
S3method(ggplot2::autoplot,ref_fit)
S3method(ggplot2::autoplot,ref_forecast)
S3method(ggplot2::autoplot,ref_scores)
S3method(ggplot2::autoplot,ref_transition)
S3method(glance,ref_assessment)
S3method(glance,ref_fit)
S3method(log_dens,default)
S3method(log_dens,dist_conditioned)
S3method(log_dens,dist_normal)
S3method(log_dens,dist_shash)
S3method(log_dens,dist_shash_draws)
S3method(log_dens,dist_warped)
S3method(log_tail,default)
S3method(log_tail,dist_conditioned)
S3method(log_tail,dist_normal)
S3method(log_tail,dist_shash)
S3method(log_tail,dist_shash_draws)
S3method(log_tail,dist_warped)
S3method(mean,dist_shash)
S3method(mean,dist_shash_draws)
S3method(mean,dist_warped)
S3method(predict,ref_fit)
S3method(predict,ref_joint)
S3method(print,ref_adaptation)
S3method(print,ref_assessment)
S3method(print,ref_calibration)
S3method(print,ref_dynamics)
S3method(print,ref_family)
S3method(print,ref_fit)
S3method(print,ref_flags)
S3method(print,ref_freeze)
S3method(print,ref_joint)
S3method(print,ref_scores)
S3method(print,ref_selection)
S3method(print,ref_spec)
S3method(print,ref_transition)
S3method(quantile,dist_conditioned)
S3method(quantile,dist_shash)
S3method(quantile,dist_shash_draws)
S3method(quantile,dist_warped)
S3method(tidy,ref_fit)
S3method(variance,dist_shash)
S3method(variance,dist_shash_draws)
S3method(variance,dist_warped)
export(as_scores)
export(augment)
export(autoplot)
export(cdf)
export(dist_conditioned)
export(dist_shash)
export(fortify_centiles)
export(generate)
export(glance)
export(hilo)
export(ref_adapt)
export(ref_assess)
export(ref_calibrate)
export(ref_crossfit)
export(ref_derivative)
export(ref_dynamics)
export(ref_fit)
export(ref_flag)
export(ref_forecast)
export(ref_freeze)
export(ref_gaussian)
export(ref_joint)
export(ref_process)
export(ref_read)
export(ref_select)
export(ref_shash)
export(ref_simulate)
export(ref_spec)
export(ref_support)
export(ref_transition)
export(ref_write)
export(theme_referent)
export(tidy)
export(variance)
importFrom(distributional,cdf)
importFrom(distributional,generate)
importFrom(distributional,hilo)
importFrom(distributional,variance)
importFrom(generics,augment)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(ggplot2,autoplot)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,density)
importFrom(stats,predict)
importFrom(stats,quantile)