The default method for setting the scale
parameter for functions
ebnm_npmle
and ebnm_deconvolver
.
ebnm_scale_npmle(
x,
s,
min_K = 3,
max_K = 300,
KLdiv_target = 1/length(x),
pointmass = TRUE
)
A vector of observations. Missing observations (NA
s) are
not allowed.
A vector of standard errors (or a scalar if all are equal). Standard errors may not be exactly zero, and missing standard errors are not allowed.
The minimum number of components
The maximum number of components
The desired bound
When the range of the data is so large that max_K
point masses cannot provide a good approximation to the family of all
distributions, then ebnm
will instead use a mixture of normal
distributions, with the standard deviation of each component equal to
scale
pointmass = FALSE
gives the
default scale
for this mixture of normal distributions.
To be exact, ebnm
uses a mixture of normal distributions rather than
a mixture of point masses when
ebnm
only uses a mixture of normal distributions when scale = "estimate"
;
if parameter scale
is set manually, then a mixture of point masses
will be used in all cases. To use a mixture of normal distributions with
the scale set manually, an object created by the constructor function
normalmix
must be provided as argument to parameter
g_init
in function ebnm_npmle
or function
ebnm_deconvolver
.
Jason Willwerscheid (2021). Empirical Bayes Matrix Factorization: Methods and Applications. University of Chicago, PhD dissertation.