Description Usage Arguments Value Examples
View source: R/QuadraticProgramming.R
Find beta
such that t(beta) %*% A %*% beta + ||beta||_1
is minimzied subject to B %*% beta = b
. ||beta||_1
is the 1-norm of beta
1 2 |
A |
A 6x6 symmetric postive-semidefinite matrix |
B |
A 6x6 matrix |
b |
A vector of 6 numbers |
tol |
Tolerance. Number whose absolute value is less than |
the desired beta
, see main description
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.