Description Usage Arguments Value See Also
Workhorse for correctSigns
1 2 | getSignCorrection(r, A1, C1, eps, A2, C2, epsvec, flip, swap, w, swapIsOneFlip,
maxActions, maxCombinations)
|
r |
The numerical record to correct |
A1 |
Equality matrix |
C1 |
Constant vector for equalities |
eps |
Tolerance for equality-checking |
A2 |
Inequality matrix |
C2 |
Constant vector for inequalities |
epsvec |
Vector to check against. ( |
flip |
indices in |
swap |
n\times2 matrix with indices in |
w |
weight vector of |
swapIsOneFlip |
logical. If |
maxActions |
Maximum number of |
maxCombinations |
the maximum number of flip/swap combinations to try. See the description in |
a list containing
S | n x length(r) array with corrected versions of r |
weight | vector of length n with total weight for each solution |
nFlip | number of sign flips for every solution |
nSwap | number of value swaps for every solution |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.