| corr | R Documentation |
This method performs a row-deletion sensitivity analysis on the canonical
constraint matrix [C | S], denoted as C_{\text{canon}}, and
evaluates the marginal effect of each constraint row on numerical stability,
angular alignment, and estimator sensitivity.
corr(object, reset = FALSE, threshold = 0)
object |
An object of class |
reset |
Logical, default = |
threshold |
Numeric, default = |
For each row i in C_{\text{canon}}, it computes:
The Root Mean Square Alignment (\mathrm{RMSA}_i) with all
other rows j \ne i.
The change in condition numbers \kappa(C), \kappa(B), and
\kappa(A) when row i is deleted.
The effect on estimation quality: changes in NRMSE, \hat{z},
z, and x.
Additionally, it computes the total RMSA statistic across all rows, summarizing the overall angular alignment of the constraint block.
A named list containing per-row diagnostic values:
Vector of constraint indices (1-based).
List of \mathrm{RMSA}_i values.
List of \Delta\kappa(C) after deleting row i.
List of \Delta\kappa(B) after deleting row i.
List of \Delta\kappa(A) after deleting row i.
List of \Delta\mathrm{NRMSE} after deleting row i.
List of \Delta\hat{z} after deleting row i.
List of \Delta z after deleting row i.
List of \Delta x after deleting row i.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.