Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Adds PCA documentation change that was missing #554

Merged
merged 9 commits into from
Apr 1, 2020
2 changes: 1 addition & 1 deletion docs/approach.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Here we can see time series for some example components (we don't really care ab
These components are subjected to component selection, the specifics of which
vary according to algorithm. Specifically, ``tedana`` offers two different approaches that perform this step.

The default approach (the `mdl` option for `--tedpca`) is based on a Moving Average (stationary Gaussian) process
The simplest approach (the default `mdl`, `aic` and `kic` options for `--tedpca`) is based on a Moving Average (stationary Gaussian) process
proposed by `Li et al (2007)`_. A moving average process is the output of a linear system (which in this case is
a smoothing filter) that has an independent and identically distributed Gaussian process as the input. If we assume that the linear system is shift
invariant, the moving average process is a stationary Gaussian random process. Simply put, this process more optimally
Expand Down