| .solver_recover_active_multipliers | R Documentation |
Given the transformed regression pair
(\mathbf{y}^{*}, \mathbf{X}^{*}), extracts the implied KKT
multipliers for the appended active inequalities.
.solver_recover_active_multipliers(
X_star,
y_star,
n_eq_orig,
K,
tol = sqrt(.Machine$double.eps),
ineq_sign = -1,
parallel_qr = FALSE,
cl = NULL
)
X_star |
Transformed constraint matrix. |
y_star |
Transformed right-hand side. |
n_eq_orig |
Number of leading equality constraints in
|
K |
Integer; number of interior knots. |
tol |
Numeric tolerance. |
ineq_sign |
Numeric sign mapping from transformed-OLS
coefficients to KKT multipliers. For
|
List with multipliers, drop, and the full
transformed-OLS coefficients.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.