powered by
logcheby creates input for sqlp to solve the Chebyshev Approximation Problem
logcheby
logcheby(B, f)
A pxm real valued matrix with p > m
A vector of length p
A list containing the solution matrix to the primal problem
A list containing the solution vector to the dual problem
A list containing the solution matrix to the dual problem
The achieved value of the primary objective function
The achieved value of the dual objective function
Solves the log Chebyshev approximation problem. Mathematical and implementation details can be found in the vignette
# NOT RUN { data(Blogcheby) data(flogcheby) #Not Run #out <- logcheby(Blogcheby, flogcheby) # }
Run the code above in your browser using DataLab