View source: R/HelperFunctions.R
| compute_GhalfXy_temp_wrapper | R Documentation |
\textbf{G}^{1/2}\textbf{A}(\textbf{A}^{T}\textbf{G}\textbf{A})^{-1}\textbf{A}^{T}\textbf{G}\textbf{X}^{T}\textbf{y}Compute Component \textbf{G}^{1/2}\textbf{A}(\textbf{A}^{T}\textbf{G}\textbf{A})^{-1}\textbf{A}^{T}\textbf{G}\textbf{X}^{T}\textbf{y}
compute_GhalfXy_temp_wrapper(
G,
Ghalf,
A,
AGAInv,
Xy,
nc,
K,
parallel,
cl,
chunk_size,
num_chunks,
rem_chunks
)
G |
List of |
Ghalf |
List of |
A |
Constraint matrix |
AGAInv |
Inverse of |
Xy |
List of |
nc |
Number of columns |
K |
Number of partitions minus 1 ( |
parallel |
Use parallel processing |
cl |
Cluster object |
chunk_size |
Size of parallel chunks |
num_chunks |
Number of chunks |
rem_chunks |
Remaining chunks |
Computes the least-squares projection component
\mathbf{G}^{1/2}\mathbf{A}(\mathbf{A}^{T}\mathbf{G}\mathbf{A})^{-1}
\mathbf{A}^{T}\mathbf{G}\mathbf{X}^{T}\mathbf{y} together with the
intermediate product
(\mathbf{A}^{T}\mathbf{G}\mathbf{A})^{-1}\mathbf{A}^{T}\mathbf{G}\mathbf{X}^{T}\mathbf{y}
for reuse downstream.
Unnamed two-element list containing the projected result vector and
the intermediate
(\mathbf{A}^{T}\mathbf{G}\mathbf{A})^{-1}\mathbf{A}^{T}\mathbf{G}\mathbf{X}^{T}\mathbf{y}
product.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.