-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathNAMESPACE
166 lines (165 loc) · 3.76 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
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# Generated by roxygen2: do not edit by hand
S3method(calc_mixsd,default)
S3method(cdf_post,default)
S3method(comp_cdf,default)
S3method(comp_cdf,igmix)
S3method(comp_cdf,normalmix)
S3method(comp_cdf,tnormalmix)
S3method(comp_cdf,unimix)
S3method(comp_cdf_conv,unimix)
S3method(comp_cdf_post,default)
S3method(comp_cdf_post,igmix)
S3method(comp_cdf_post,normalmix)
S3method(comp_cdf_post,tnormalmix)
S3method(comp_cdf_post,unimix)
S3method(comp_dens,default)
S3method(comp_dens,igmix)
S3method(comp_dens,normalmix)
S3method(comp_dens,tnormalmix)
S3method(comp_dens,unimix)
S3method(comp_dens_conv,tnormalmix)
S3method(comp_dens_conv,unimix)
S3method(comp_mean,default)
S3method(comp_mean,igmix)
S3method(comp_mean,normalmix)
S3method(comp_mean,tnormalmix)
S3method(comp_mean,unimix)
S3method(comp_postmean,default)
S3method(comp_postmean,igmix)
S3method(comp_postmean,normalmix)
S3method(comp_postmean,tnormalmix)
S3method(comp_postmean,unimix)
S3method(comp_postmean2,default)
S3method(comp_postmean2,normalmix)
S3method(comp_postmean2,tnormalmix)
S3method(comp_postmean2,unimix)
S3method(comp_postprob,default)
S3method(comp_postsd,default)
S3method(comp_postsd,igmix)
S3method(comp_postsd,normalmix)
S3method(comp_postsd,tnormalmix)
S3method(comp_sd,default)
S3method(comp_sd,igmix)
S3method(comp_sd,normalmix)
S3method(comp_sd,tnormalmix)
S3method(comp_sd,unimix)
S3method(dens,default)
S3method(log_comp_dens_conv,tnormalmix)
S3method(loglik_conv,default)
S3method(mixcdf,default)
S3method(mixprop,default)
S3method(ncomp,default)
S3method(plot,ash)
S3method(pm_on_zero,default)
S3method(post_sample,default)
S3method(post_sample,normalmix)
S3method(post_sample,unimix)
S3method(postmean,default)
S3method(postmean2,default)
S3method(postsd,default)
S3method(print,ash)
S3method(prune,default)
S3method(summary,ash)
export(ash)
export(ash.workhorse)
export(ash_pois)
export(ashci)
export(calc_logLR)
export(calc_loglik)
export(calc_mixsd)
export(calc_null_loglik)
export(calc_null_vloglik)
export(calc_vlogLR)
export(calc_vloglik)
export(cdf.ash)
export(cdf_post)
export(comp_cdf)
export(comp_cdf_post)
export(comp_dens)
export(comp_mean)
export(comp_postmean)
export(comp_postmean2)
export(comp_postprob)
export(comp_postsd)
export(comp_sd)
export(compute_lfsr)
export(cxxMixSquarem)
export(dens)
export(dlogf)
export(estimate_mixprop)
export(get_density)
export(get_fitted_g)
export(get_lfdr)
export(get_lfsr)
export(get_logLR)
export(get_loglik)
export(get_np)
export(get_pi0)
export(get_pm)
export(get_post_sample)
export(get_pp)
export(get_psd)
export(get_qvalue)
export(get_svalue)
export(igmix)
export(lik_binom)
export(lik_logF)
export(lik_normal)
export(lik_normalmix)
export(lik_pois)
export(lik_t)
export(loglik_conv)
export(mixEM)
export(mixIP)
export(mixSQP)
export(mixVBEM)
export(mixcdf)
export(mixprop)
export(my_e2truncbeta)
export(my_e2truncgamma)
export(my_e2truncnorm)
export(my_e2trunct)
export(my_etruncbeta)
export(my_etruncgamma)
export(my_etrunclogf)
export(my_etruncnorm)
export(my_etrunct)
export(my_vtruncnorm)
export(ncomp)
export(normalmix)
export(pcdf_post)
export(plogf)
export(plot_diagnostic)
export(pm_on_zero)
export(post_sample)
export(posterior_dist)
export(postmean)
export(postmean2)
export(postsd)
export(prune)
export(qval.from.lfdr)
export(set_data)
export(tnormalmix)
export(unimix)
export(vcdf_post)
export(w_mixEM)
import(Matrix)
import(Rcpp)
import(SQUAREM)
import(truncnorm)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(invgamma,dinvgamma)
importFrom(invgamma,pinvgamma)
importFrom(mixsqp,mixsqp)
importFrom(stats,dgamma)
importFrom(stats,dnorm)
importFrom(stats,pgamma)
importFrom(stats,pnorm)
importFrom(stats,punif)
importFrom(stats,qbeta)
importFrom(stats,rnorm)
importFrom(truncnorm,rtruncnorm)
importFrom(utils,modifyList)
useDynLib(ashr)