View source: R/HelperFunctions.R
| compute_dG_dlambda | R Documentation |
Calculates the derivative of the inverse-information matrix
\textbf{G} with respect to the smoothing parameter \lambda,
supporting both shared and partition-specific penalties.
compute_dG_dlambda(
G,
dPenalty_dlambda,
K,
unique_penalty_per_partition,
dPenalty_partition_list,
parallel,
cl,
chunk_size,
num_chunks,
rem_chunks
)
G |
A list of inverse-information matrices |
dPenalty_dlambda |
Derivative of the shared penalty matrix with
respect to |
K |
Number of partitions minus 1 ( |
unique_penalty_per_partition |
Logical indicating partition-specific penalties |
dPenalty_partition_list |
Optional list of derivatives of the
partition-specific penalty matrices with respect to |
parallel |
Logical to enable parallel processing |
cl |
Cluster object for parallel computation |
chunk_size |
Size of chunks for parallel processing |
num_chunks |
Number of chunks |
rem_chunks |
Remainder chunks |
A list of derivative matrices d\textbf{G}/d\lambda for each partition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.