compute_LL_FC {templateICAr} | R Documentation |
Compute LL for EM FC Template ICA
Description
Compute the expected log posterior for EM FC Template ICA
Usage
compute_LL_FC(
post_sums,
theta_new,
prior_params,
template_FC,
ntime,
nICs,
nvox,
BOLD,
verbose = FALSE
)
Arguments
post_sums |
Posterior sums from |
theta_new |
List with |
template_FC |
FC template, for |
ntime , nICs , nvox |
Number of timepoints, ICs, and voxels |
BOLD |
( |
verbose |
Print updates? |
Value
The expected log posterior at the current values
[Package templateICAr version 0.8.8 Index]