UpdateThetaSQUAREM_templateICA {templateICAr} | R Documentation |
Update theta SQUAREM
Description
Helper function for SQUAREM for estimating parameters
Usage
UpdateThetaSQUAREM_templateICA(
theta_vec,
template_mean,
template_var,
meshes,
BOLD,
C_diag,
H,
Hinv,
s0_vec,
D,
Dinv_s0,
update_nu0sq,
verbose
)
Arguments
theta_vec |
Vector of initial parameter values |
template_mean |
Passed to UpdateTheta_templateICA function |
template_var |
Passed to UpdateTheta_templateICA function |
meshes |
Passed to UpdateTheta_templateICA function |
BOLD |
Passed to UpdateTheta_templateICA function |
C_diag |
Passed to UpdateTheta_templateICA function |
s0_vec |
Passed to UpdateTheta_templateICA function |
D |
Passed to UpdateTheta_templateICA function |
Dinv_s0 |
Passed to UpdateTheta_templateICA function |
update_nu0sq |
For non-spatial model: updating |
verbose |
Passed to UpdateTheta_templateICA function |
Value
Vector of updated parameter values
[Package templateICAr version 0.9.1 Index]