Learn R Programming

⚠️There's a newer version (1.5.7.1) of this package.Take me there.

limSolve (version 1.5.7)

Solving Linear Inverse Models

Description

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(a_i*x_i) 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. It includes banded and tridiagonal linear systems.

Copy Link

Version

Install

install.packages('limSolve')

Monthly Downloads

3,832

Version

1.5.7

License

GPL

Maintainer

Karline Soetaert

Last Published

September 21st, 2023

Functions in limSolve (1.5.7)

linp

Linear Programming.
varranges

Calculates ranges of inverse variables in a linear inverse problem
varsample

Samples the probability density function of variables of linear inverse problems.
limSolve-package

Solving Linear Inverse Models
ldp

Least Distance Programming
resolution

Row and column resolution of a matrix.
nnls

Nonnegative Least Squares
xranges

Calculates ranges of the unknowns of a linear inverse problem
xsample

Randomly samples an underdetermined problem with linear equality and inequality constraints
lsei

Least Squares with Equalities and Inequalities
Solve.banded

Solution of a banded system of linear equations
Solve.tridiag

Solution of a tridiagonal system of linear equations
Blending

A linear inverse blending problem
Solve

Generalised inverse solution of Ax = B
Chemtax

An overdetermined linear inverse problem: estimating algal composition based on pigment biomarkers.
RigaWeb

An underdetermined linear inverse problem: the Gulf of Riga *spring* planktonic food web
ldei

Weighted Least Distance Programming with equality and inequality constraints.
Minkdiet

An underdetermined linear inverse problem: estimating diet composition of Southeast Alaskan Mink.
E_coli

An underdetermined linear inverse problem: the Escherichia Coli Core Metabolism Model.
Solve.block

Solution of an almost block diagonal system of linear equations