View source: R/VB_FCBrainMap.R
update_A_Chol | R Documentation |
Update A for VB FC Bayesian brain mapping using Cholesky prior for FC
update_A_Chol(
mu_tau2,
mu_S,
E_SSt,
BOLD,
ntime,
nNets,
nvox,
prior_FC,
final = FALSE,
exact = FALSE,
usePar = TRUE,
verbose = FALSE
)
mu_tau2 , mu_S , E_SSt |
Most recent estimates of posterior moments for these variables. |
BOLD |
( |
ntime , nNets , nvox |
Number of timepoints, number of networks, number of locations |
prior_FC |
IW parameters for FC prior |
final |
If TRUE, return cov_A. Default: |
exact |
If FALSE, at intermediate steps (final = |
usePar |
Parallelize the computation? Default: |
verbose |
If |
List of length two: mu_A
(TxQ) and E_AtA
(QxQ).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.