1
1
# Generated by roxygen2: do not edit by hand
2
2
3
+ S3method(Math,dist_quantiles)
4
+ S3method(Ops,dist_quantiles)
3
5
S3method(apply_frosting,default)
4
6
S3method(apply_frosting,epi_workflow)
5
7
S3method(augment,epi_workflow)
@@ -20,6 +22,11 @@ S3method(extract_argument,recipe)
20
22
S3method(extract_argument,step)
21
23
S3method(extract_layers,frosting)
22
24
S3method(extract_layers,workflow)
25
+ S3method(extrapolate_quantiles,dist_default)
26
+ S3method(extrapolate_quantiles,dist_quantiles)
27
+ S3method(extrapolate_quantiles,distribution)
28
+ S3method(format,dist_quantiles)
29
+ S3method(median,dist_quantiles)
23
30
S3method(predict,epi_workflow)
24
31
S3method(prep,epi_recipe)
25
32
S3method(prep,step_epi_ahead)
@@ -28,12 +35,20 @@ S3method(print,epi_workflow)
28
35
S3method(print,frosting)
29
36
S3method(print,step_epi_ahead)
30
37
S3method(print,step_epi_lag)
38
+ S3method(quantile,dist_quantiles)
31
39
S3method(refresh_blueprint,default_epi_recipe_blueprint)
32
40
S3method(run_mold,default_epi_recipe_blueprint)
33
41
S3method(slather,layer_naomit)
34
42
S3method(slather,layer_predict)
35
- S3method(slather,layer_residual_quantile)
43
+ S3method(slather,layer_predictive_distn)
44
+ S3method(slather,layer_residual_quantiles)
36
45
S3method(slather,layer_threshold)
46
+ S3method(snap,default)
47
+ S3method(snap,dist_default)
48
+ S3method(snap,dist_quantiles)
49
+ S3method(snap,distribution)
50
+ S3method(vec_ptype_abbr,dist_quantiles)
51
+ S3method(vec_ptype_full,dist_quantiles)
37
52
export("%>%")
38
53
export(add_epi_recipe)
39
54
export(add_frosting)
@@ -46,12 +61,14 @@ export(create_layer)
46
61
export(default_epi_recipe_blueprint)
47
62
export(detect_layer)
48
63
export(df_mat_mul)
64
+ export(dist_quantiles)
49
65
export(epi_keys)
50
66
export(epi_recipe)
51
67
export(epi_recipe_blueprint)
52
68
export(epi_workflow)
53
69
export(extract_argument)
54
70
export(extract_layers)
71
+ export(extrapolate_quantiles)
55
72
export(frosting)
56
73
export(get_precision)
57
74
export(get_test_data)
@@ -66,8 +83,10 @@ export(knnarx_forecaster)
66
83
export(layer)
67
84
export(layer_naomit)
68
85
export(layer_predict)
69
- export(layer_residual_quantile)
86
+ export(layer_predictive_distn)
87
+ export(layer_residual_quantiles)
70
88
export(layer_threshold)
89
+ export(nested_quantiles)
71
90
export(new_default_epi_recipe_blueprint)
72
91
export(new_epi_recipe_blueprint)
73
92
export(remove_frosting)
@@ -78,7 +97,9 @@ export(step_epi_ahead)
78
97
export(step_epi_lag)
79
98
export(step_epi_naomit)
80
99
export(validate_layer)
100
+ import(distributional)
81
101
import(recipes)
102
+ import(vctrs)
82
103
importFrom(generics,augment)
83
104
importFrom(generics,fit)
84
105
importFrom(hardhat,refresh_blueprint)
@@ -91,10 +112,13 @@ importFrom(rlang,abort)
91
112
importFrom(rlang,caller_env)
92
113
importFrom(rlang,is_null)
93
114
importFrom(stats,as.formula)
115
+ importFrom(stats,family)
94
116
importFrom(stats,lm)
117
+ importFrom(stats,median)
95
118
importFrom(stats,model.frame)
96
119
importFrom(stats,poly)
97
120
importFrom(stats,predict)
121
+ importFrom(stats,qnorm)
98
122
importFrom(stats,quantile)
99
123
importFrom(stats,residuals)
100
124
importFrom(stats,setNames)
0 commit comments