stephenslab / mixsqp

R package for fast maximum-likelihood estimation of mixture proportions using SQP.
https://bit.ly/2NtYHWT
Other
11 stars 7 forks source link

Example from smashr where mixsqp fails to converge #30

Closed pcarbo closed 5 years ago

pcarbo commented 5 years ago

The first line works, whereas the second does not:

out1 <- mixsqp::mixsqp(A,control = list(delta = 1e-6))
out2 <- mixsqp::mixsqp(A,control = list(delta = 1e-8))

smashr.RData.gz

pcarbo commented 5 years ago

Addressed by commit fbae657 and few of the previous commits.