| .compute_tuning_predictions | R Documentation |
Wrapper around matmult_block_diagonal for computing partition-wise
predictions \mathbf{X}_{k} \boldsymbol{\beta}_{k} during penalty
tuning.
.compute_tuning_predictions(
X,
B,
K,
parallel,
cl,
chunk_size,
num_chunks,
rem_chunks
)
X |
List; design matrices by partition. |
B |
List; coefficient vectors by partition. |
K |
Integer; number of interior knots. |
parallel |
Logical; use parallel computation. |
cl |
Parallel cluster object. |
chunk_size, num_chunks, rem_chunks |
Integer; parallel chunking parameters. |
List of prediction vectors, one per partition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.