Learn R Programming

BayesBrainMap (version 0.1.3)

compute_LL_std: Compute LL for EM Bayesian brain mapping

Description

Compute the expected log posterior for EM Standard Bayesian brain mapping

Usage

compute_LL_std(theta, prior_mean, prior_var, C_diag, BOLD, verbose)

Value

The expected log posterior at the current values

Arguments

theta

The current parameter estimates

prior_mean, prior_var

The prior

C_diag

The C matrix

BOLD

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

verbose

Print LL components?