compute_LL_std {templateICAr}R Documentation

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)

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?

Value

The expected log posterior at the current values


[Package templateICAr version 0.9.1 Index]