Description Usage Arguments Value Examples
Checks whether the points in the vector y are actually the outputs of a single quasiconvex function applied to the corresponding rows of the matrix X. This function will take the matrix X and the vector y as inputs, and return a string, indicating whether the vector y is or not a quasiconvex realization of X.
1 | qconvcheck(X, y, tol = 0.001)
|
X |
An n by d matrix. |
y |
An n by 1 vector. |
tol |
A small positive quantity. |
A string, indicating whether the vector y is, or not a quasiconvex realization of X.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.