limSolve: Solving Linear Inverse Models

Functions that (1.) Find the minimum/maximum of a linear or quadratic function: min or max (f(x)), where f(x) = ||Ax-b||^2 or f(x) = sum(ai*xi) subject to equality constraints Ex=f and/or inequality constraints Gx>=h. (2.) Sample an underdetermined- or overdetermined system Ex=f subject to Gx>=h, and if applicable Ax~=b. (3.) Solve a linear system Ax=B for the unknown x. Includes banded and tridiagonal linear systems. The package calls Fortran functions from LINPACK

Version: 1.5.1
Depends: R (≥ 2.01), quadprog, lpSolve, MASS
Published: 2009-10-11
Author: Karline Soetaert, Karel Van den Meersche, Dick van Oevelen
Maintainer: Karline Soetaert <k.soetaert at nioo.knaw.nl>
License: GPL (≥ 2)
In views: Optimization
CRAN checks: limSolve results

Downloads:

Package source: limSolve_1.5.1.tar.gz
MacOS X binary: limSolve_1.5.1.tgz
Windows binary: limSolve_1.5.1.zip
Reference manual: limSolve.pdf
Vignettes: Solving Linear Inverse Models in R
Sampling Linear Inverse Models in R
Old sources: limSolve archive

Reverse dependencies:

Reverse depends: BCE, LIM