Skip to content

BVLS

2 messages · Briggs, Meredith M, Brian Ripley

#
Hi

Is there an R package that solves linear least squares with upper and lower bounds on the variables. Something like the Parker and Stark algorithm written in Fortran.

thanks
#
On Fri, 23 Jan 2004, Briggs, Meredith M wrote:

            
Probably not, but this is an easy application of optim(method="L-BFGS")
or of solve.QP() in package quadprog.