Chol_samp_fun: Cholesky-based FC sampling

View source: R/estimate_template.R

Chol_samp_funR 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


templateICAr documentation built on Oct. 14, 2024, 5:08 p.m.