View source: R/VB_FCBrainMap.R
update_A | R Documentation |
Update A for VB FC Bayesian brain mapping using IW prior on FC
update_A(
mu_tau2,
mu_S,
E_SSt,
BOLD,
ntime,
nNets,
nvox,
u_samps,
prior_FC,
usePar = TRUE,
final = 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 , number of locations |
u_samps |
Samples from Gamma for multivariate t prior on A |
prior_FC |
IW parameters for FC prior |
usePar |
Parallelize the computation? Default: |
final |
If TRUE, return cov_A. Default: |
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.