Control settings for serial-correlation handling in SSMA graph construction
Source:R/ssma_align.R
ssma_serial_control.RdControl settings for serial-correlation handling in SSMA graph construction
Arguments
- enabled
Logical; enable serial-correlation adjustments when `serial_index` is provided.
- row_whiten
One of `"none"` or `"ar1"`. Controls optional row-wise whitening applied before within-domain kNN graph construction.
- ar1_shrink
Scalar in `[0, 1)` used to shrink estimated AR(1) coefficient toward zero.
- ar1_clip
Maximum absolute AR(1) coefficient allowed for stability.
- lag_mode
One of `"none"`, `"hard"`, `"exponential"`, or `"gaussian"`. Controls how short-lag neighbor edges are downweighted.
- lag_exclusion
Non-negative integer lag exclusion radius used when `lag_mode = "hard"`.
- lag_scale
Positive scalar lag scale used for soft lag kernels.
- preserve_degree
Logical; if `TRUE`, rescale filtered adjacency to keep row-degree magnitudes near pre-filter values.