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.2 |
| Depends: | R (≥ 2.01), quadprog, lpSolve, MASS |
| Published: | 2010-04-06 |
| Author: | Karline Soetaert, Karel Van den Meersche, Dick van Oevelen |
| Maintainer: | Karline Soetaert <k.soetaert at nioo.knaw.nl> |
| License: | GPL (≥ 2) |
| Citation: | limSolve citation info |
| In views: | Optimization |
| CRAN checks: | limSolve results |
| Package source: | limSolve_1.5.2.tar.gz |
| MacOS X binary: | limSolve_1.5.2.tgz |
| Windows binary: | limSolve_1.5.2.zip |
| Reference manual: | limSolve.pdf |
| Vignettes: |
Solving Linear Inverse Models in R Sampling Linear Inverse Models in R |
| Old sources: | limSolve archive |
| Reverse depends: | BCE, BiGGR, LIM, spaceExt |
| Reverse imports: | pi0 |