compute_LL_std {BayesBrainMap}R Documentation

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)

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?

Value

The expected log posterior at the current values


[Package BayesBrainMap version 0.1.3 Index]