-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
47 lines (47 loc) · 1.73 KB
/
DESCRIPTION
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
Encoding: UTF-8
Type: Package
Package: mixsqp
Version: 0.3-54
Date: 2023-12-20
Title: Sequential Quadratic Programming for Fast Maximum-Likelihood
Estimation of Mixture Proportions
Authors@R: c(person("Youngseok","Kim",role="aut",
email="[email protected]"),
person("Peter","Carbonetto",role=c("aut","cre"),
email="[email protected]"),
person("Mihai","Anitescu",role="aut"),
person("Matthew","Stephens",role="aut"),
person("Jason","Willwerscheid",role="ctb"),
person("Jean","Morrison",role="ctb"))
URL: https://github.com/stephenslab/mixsqp
BugReports: https://github.com/stephenslab/mixsqp/issues
Depends: R (>= 3.3.0)
Description: 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 not too large. This implements the "mix-SQP"
algorithm, with some improvements, described in Y. Kim,
P. Carbonetto, M. Stephens & M. Anitescu (2020)
<DOI:10.1080/10618600.2019.1689985>.
License: MIT + file LICENSE
Imports:
utils,
stats,
irlba,
Rcpp (>= 0.12.15)
Suggests:
testthat,
knitr,
rmarkdown
LinkingTo:
Rcpp,
RcppArmadillo
LazyData: true
NeedsCompilation: yes
VignetteBuilder: knitr
RoxygenNote: 7.1.2