| .check_kkt_partitionwise_woodbury | R Documentation |
Woodbury analogue of .check_kkt_partitionwise(). The primal
feasibility check is unchanged, while the dual multipliers are recovered
from the transformed OLS system used by
.lagrangian_project_woodbury().
.check_kkt_partitionwise_woodbury(
result,
GhalfXy_V,
Ghalf_corrected,
A_aug,
n_eq_orig,
qp_Amat,
qp_bvec,
active_ineq,
K,
p_expansions,
family,
wb_sqrt,
parallel_aga,
cl,
chunk_size,
num_chunks,
rem_chunks,
tol,
parallel_qr = FALSE
)
result |
List of coefficient column vectors. |
GhalfXy_V |
Numeric column vector already in the final
|
Ghalf_corrected |
List of corrected
|
A_aug |
Augmented constraint matrix. |
n_eq_orig |
Integer; number of always-active equality constraints. |
qp_Amat, qp_bvec |
Full inequality specification. |
active_ineq |
Integer vector of active inequality indices. |
K, p_expansions |
Integer dimensions. |
family |
GLM family object. |
wb_sqrt |
Output of |
parallel_aga |
Logical. |
cl, chunk_size, num_chunks, rem_chunks |
Parallel parameters. |
tol |
Numeric feasibility tolerance. |
Same structure as .check_kkt_partitionwise().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.