Scale the BOLD timeseries
scale_BOLD(BOLD, scale = c("mean", "sd", "none"), v_means = NULL)
Scale to units of percent local signal change and centers
fMRI data as a locations by time (\(V \times T\)) numeric matrix.
Option for scaling the BOLD response.
Original means of the BOLD data. ONLY provide if data has already been centered.
\code{"mean"} scaling will scale the data to percent local signal change.
\code{"sd"} scaling will scale the data by local standard deviation.
\code{"none"} will only center the data, not scale it.