UpdateTheta_FCtemplateICA: Update FC Template ICA parameters (tau_sq, alpha, G)

View source: R/EM_FCtemplateICA.R

UpdateTheta_FCtemplateICAR Documentation

Update FC Template ICA parameters (tau_sq, alpha, G)

Description

Update FC Template ICA parameters (tau_sq, alpha, G)

Usage

UpdateTheta_FCtemplateICA(
  template_mean,
  template_var,
  template_FC,
  prior_params,
  BOLD,
  post_sums,
  verbose
)

Arguments

template_mean

(V \times Q matrix) mean maps for each IC in template

template_var

(V \times Q matrix) between-subject variance maps for each IC in template

template_FC

(list) Parameters of functional connectivity template

prior_params

Alpha and beta parameters of IG prior on tau^2 (error variance)

BOLD

(V \times Q matrix) dimension-reduced fMRI data

post_sums

TBD

verbose

If TRUE, display progress of algorithm. Default: FALSE.


templateICAr documentation built on Feb. 16, 2023, 8:14 p.m.