| .solver_build_constraint_rhs | R Documentation |
Converts the list-form equality targets used throughout
get_B() / blockfit_solve() into the vector
\mathbf{c} satisfying \mathbf{A}^{\top}\beta = \mathbf{c}.
.solver_build_constraint_rhs(A, constraint_value_vectors)
A |
Equality constraint matrix. |
constraint_value_vectors |
List of coefficient-space vectors encoding nonzero equality targets. |
Numeric vector of length ncol(A).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.