bovy_wrapper {mashr} | R Documentation |
Fit extreme deconvolution to mash data using Bovy et al 2011
Description
This is an internal (non-exported) function. This help page provides additional documentation mainly intended for developers and expert users.
Usage
bovy_wrapper(data, Ulist_init, subset = NULL, ...)
Arguments
data |
mash data object |
Ulist_init |
a list of covariance matrices to initialize to |
subset |
the indices of the observations to be used (defaults to all of them) |
... |
arguments to be passed to |
Details
This is a wrapper to ExtremeDeconvolution::extreme_deconvolution It fixes the projection to be the identity, and the means to be 0
Value
the fitted mixture: a list of mixture proportions and covariance matrices
[Package mashr version 0.2.79 Index]