01Types of noise
- Post-acquisition options: remove noise (high-pass filtering, physiological models) or model its structure (autocorrelation, multilevel); the first helps more.
- White noise: independent errors, flat power spectrum, no temporal correlation.
- Structured noise arises from identifiable processes; stationary noise has constant mean, variance, and autocorrelation, nonstationary noise does not.
- AR noise: carry-over of noise from previous time points, stationary; AR(1) is epsilon_t = phi * epsilon_(t-1) + eta_t, with higher phi meaning more autocorrelation.
- Brownian (random walk) noise integrates independent innovations and is nonstationary, with variance growing over time.
- 1/f-like noise falls in power with frequency; AR models capture geometric decay of carry-over, MA terms capture non-propagating carry-over, and ARMA(1,1) includes both.



