R/mixsqp-package.R

#' mixsqp: Sequential Quadratic Programming for Fast Maximum-Likelihood
#' Estimation of Mixture Proportions
#'
#' Provides optimization algorithms 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. To learn more, visit
#' \url{https://github.com/stephenslab/mixsqp}, and see the help for
#' function \code{\link{mixsqp}}.
#' 
#' @docType package
#' 
#' @name mixsqp-package
#' 
NULL

Try the mixsqp package in your browser

Any scripts or data that you put into this service are public.

mixsqp documentation built on Nov. 17, 2022, 1:09 a.m.