-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
44 lines (43 loc) · 943 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(merge,SWIM)
S3method(merge,SWIMw)
S3method(summary,SWIM)
S3method(summary,SWIMw)
export(ES_stressed)
export(VaR_stressed)
export(cdf)
export(cdf_stressed)
export(convert_SWIMw_to_SWIM)
export(cor_stressed)
export(get_data)
export(get_specs)
export(get_weights)
export(get_weightsfun)
export(importance_rank)
export(mean_stressed)
export(plot_cdf)
export(plot_hist)
export(plot_quantile)
export(plot_sensitivity)
export(plot_weights)
export(quantile_stressed)
export(rename)
export(sd_stressed)
export(sensitivity)
export(stress)
export(stress_HARA_RM_w)
export(stress_RM_mean_sd_w)
export(stress_RM_w)
export(stress_VaR)
export(stress_VaR_ES)
export(stress_mean)
export(stress_mean_sd)
export(stress_mean_sd_w)
export(stress_mean_w)
export(stress_moment)
export(stress_prob)
export(stress_user)
export(stress_wass)
export(summary_weights)
export(var_stressed)
importFrom(Rdpack,reprompt)