Chol_samp_fun {templateICAr} | R Documentation |
Cholesky-based FC sampling
Description
Cholesky-based FC sampling
Usage
Chol_samp_fun(Chol_vals, p, M, chol_diag, chol_offdiag, Chol_mat_blank)
Arguments
Chol_vals |
Matrix of Cholesky factorizations (upper triangular values) for all template sessions (nN*nM x nChol) |
p |
Pivot/reordering applied to FC matrices prior to Cholesky factorization |
M |
Number of samples to draw |
chol_diag |
Indices of diagonal upper triangular elements |
chol_offdiag |
Indices of off-diagonal upper triangular elements |
Chol_mat_blank |
A nLxnL matrix indexing the upper triangular elements |
[Package templateICAr version 0.9.1 Index]