Provides an optimization method based on sequential
quadratic programming (SQP) for maximum likelihood estimation of the
mixture proportions in a finite mixture model where the component
densities are known. The algorithm is expected to obtain solutions
that are at least as accurate as the state-of-the-art MOSEK
interior-point solver (called by function "KWDual" in the 'REBayes'
package), and they are expected to arrive at solutions more quickly
when the number of samples is large and the number of mixture
components is small. This implements the "mix-SQP" algorithm
(without the low-rank approximation) described in Y. Kim,
P. Carbonetto, M. Stephens & M. Anitescu (2018) <arXiv:1806.01412>.
Version: |
0.3-17 |
Depends: |
R (≥ 3.3.0) |
Imports: |
stats, irlba, Rcpp (≥ 0.12.15) |
LinkingTo: |
Rcpp, RcppArmadillo |
Suggests: |
REBayes, Rmosek, testthat, knitr, rmarkdown |
Published: |
2020-01-29 |
Author: |
Youngseok Kim [aut],
Peter Carbonetto [aut, cre],
Mihai Anitescu [aut],
Matthew Stephens [aut],
Jason Willwerscheid [ctb],
Jean Morrison [ctb] |
Maintainer: |
Peter Carbonetto <peter.carbonetto at gmail.com> |
BugReports: |
https://github.com/stephenslab/mixsqp/issues |
License: |
MIT + file LICENSE |
URL: |
https://github.com/stephenslab/mixsqp |
NeedsCompilation: |
yes |
Citation: |
mixsqp citation info |
Materials: |
README |
CRAN checks: |
mixsqp results |