Perform "extreme deconvolution" (Bovy et al) on a subset of the data
cov_ed(data, Ulist_init, subset = NULL, algorithm = c("bovy", "teem"), ...)
a mash data object
a named list of covariance matrices to use to initialize ED; default is to use matrices from PCs
a subset of data to be used when ED is run (set to NULL for all the data)
algorithm to run ED
other arguments to be passed to ED algorith, see
extreme_deconvolution
for algorithm 'bovy', or
teem_wrapper
for algorithm 'teem'
Runs the extreme deconvolution algorithm from Bovy et al
(Annals of Applied Statistics) to estimate data-driven covariance
matrices. It can be initialized with, for example running cov_pca
with,
say, 5 PCs.