Learn R Programming

lsei (version 1.3-0)

Solving Least Squares or Quadratic Programming Problems under Equality/Inequality Constraints

Description

It contains functions that solve least squares linear regression problems under linear equality/inequality constraints. Functions for solving quadratic programming problems are also available, which transform such problems into least squares ones first. It is developed based on the 'Fortran' program of Lawson and Hanson (1974, 1995), which is public domain and available at .

Copy Link

Version

Install

install.packages('lsei')

Monthly Downloads

774

Version

1.3-0

License

GPL (>= 2)

Maintainer

Yong Wang

Last Published

September 17th, 2020

Functions in lsei (1.3-0)

matMaxs

Row or Column Maximum Values of a Matrix
hfti

Least Squares Solution using Householder Transformation
indx

Index-finding in a Sorted Vector
lsei

Least Squares and Quadratic Programming under Equality and Inequality Constraints
nnls

Least Squares and Quadratic Programming under Nonnegativity Constraints