Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 3 of 3 found.
[1] < 1 > [1]  Sort:

nnnpls (Package: nnls) : An implementation of least squares with non-negative and non-positive

An implementation of an algorithm for linear least squares problems with non-negative and non-positive constraints based on the Lawson-Hanson NNLS algorithm. Solves min{parallel A x - b parallel_2} with the constraint x_i ≥ 0 if con_i ≥ 0 and x_i ≤ 0 otherwise, where x, con in R^n, b in R^m, and A is an m \times n matrix.
● Data Source: CranContrib
● Keywords: optimize
● Alias: nnnpls
● 0 images

nnls-package (Package: nnls) : The Lawson-Hanson NNLS implementation of non-negative least squares

An R interface to the Lawson-Hanson NNLS implementation of an algorithm for non-negative linear least squares that solves the least squares problem min{parallel A x = b parallel_2} with the constraint x ≥ 0 where x in R^n, b in R^m and A is an m \times n matrix. Also allows the combination of non-negative and non-positive constraints on x.
● Data Source: CranContrib
● Keywords: package
● Alias: nnls-package
● 0 images

nnls (Package: nnls) : The Lawson-Hanson NNLS implemention of non-negative least squares

An R interface to the Lawson-Hanson NNLS implementation of an algorithm for non-negative linear least squares that solves min{parallel A x - b parallel_2} with the constraint x ≥ 0, where x in R^n, b in R^m and A is an m \times n matrix.
● Data Source: CranContrib
● Keywords: optimize
● Alias: nnls
● 0 images