compute_LL_std: Compute LL for EM Bayesian brain mapping

View source: R/EM_BrainMap.R

compute_LL_stdR 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


BayesBrainMap documentation built on Aug. 8, 2025, 7:25 p.m.