Learn R Programming

templateICAr (version 0.9.1)

compute_LL_std: Compute LL for EM Template ICA

Description

Compute the expected log posterior for EM Standard Template ICA

Usage

compute_LL_std(theta, template_mean, template_var, C_diag, BOLD, verbose)

Value

The expected log posterior at the current values

Arguments

theta

The current parameter estimates

template_mean, template_var

The template

C_diag

The C matrix

BOLD

(\(V \times T\) matrix) preprocessed fMRI data

verbose

Print LL components?