rob_stabilize {fMRIscrub} | R Documentation |
Stabilize the center and scale of a timeseries robustly
Description
Stabilize the center and scale of a timeseries using robust regression of DCT bases on the first and second moments.
Usage
rob_stabilize(
x,
center = TRUE,
scale = TRUE,
lmrob_method = "MM",
rescale = TRUE
)
Arguments
x |
The timeseries to stabilize. |
center , scale |
Center and scale? Default: |
lmrob_method |
The |
rescale |
After stabilizing |
Value
the timeseries with its center and scale stabilized
[Package fMRIscrub version 0.14.5 Index]