Function: scaleSeries()
ts
function scaleSeries(vec, method?): Float32NeuroVec;Defined in: src/stats/stats.ts:1094
Normalize every voxel's time-series in a NeuroVec.
Methods:
zscore: subtract mean, divide by SDmean-center: subtract mean onlypsc: percent signal change — (x - mean) / mean * 100
Parameters
vec
The 4D data
method?
"zscore" | "mean-center" | "psc"
Normalization method
Returns
A new Float32NeuroVec with normalized data