Functional connectivity metrics (coherence, PLV, cross-correlation, etc.). More...
Classes | |
| class | Connectivity |
| Runs the selected functional-connectivity metrics over a ConnectivitySettings batch. More... | |
| class | ConnectivitySettings |
Aggregates trial data, spectral cache and node geometry shared by all CONNECTIVITYLIB metrics. More... | |
| class | AbstractMetric |
| Static control knobs (storage mode, frequency band) shared by all CONNECTIVITYLIB metrics. More... | |
| class | Coherence |
| Magnitude-squared coherence estimator (symmetric, sensitive to zero-lag coupling). More... | |
| class | Coherency |
| Complex coherency core; produces magnitude-squared and imaginary-part reductions for downstream metrics. More... | |
| class | Correlation |
| Pearson correlation estimator; broadband, zero-lag time-domain baseline. More... | |
| class | CrossCorrelation |
| Time-lagged cross-correlation estimator; broadband, sensitive to delayed coupling. More... | |
| class | DebiasedSquaredWeightedPhaseLagIndex |
| Debiased squared Weighted Phase Lag Index (Vinck et al. 2011); low-bias volume-conduction-robust estimator. More... | |
| class | DirectedTransferFunction |
| Directed Transfer Function estimator (Kaminski & Blinowska 1991); directional, includes indirect paths. More... | |
| class | GrangerCausality |
| Spectral Granger Causality estimator; directional, MVAR-based. More... | |
| class | ImagCoherence |
| Imaginary-coherence estimator (Nolte et al. 2004); rejects zero-lag volume-conduction mixing. More... | |
| class | MvarModel |
| MVAR model fit; provides H(f) and S(f) for Granger Causality, DTF and PDC. More... | |
| class | PartialDirectedCoherence |
| Partial Directed Coherence estimator (Baccala & Sameshima 2001); directional, direct paths only. More... | |
| class | PhaseLagIndex |
| Phase Lag Index estimator (Stam et al. 2007); rejects zero-lag volume-conduction mixing. More... | |
| class | PhaseLockingValue |
| Phase Locking Value estimator (Lachaux et al. 1999); amplitude-independent phase coupling, sensitive to zero-lag. More... | |
| class | UnbiasedSquaredPhaseLagIndex |
| Unbiased squared Phase Lag Index estimator; removes the small-sample bias of PhaseLagIndex. More... | |
| class | WeightedPhaseLagIndex |
| Weighted Phase Lag Index estimator (Vinck et al. 2011); volume-conduction-robust with lower bias than PLI. More... | |
| struct | VisualizationInfo |
| Per-network rendering hints: colour-map name or fixed RGBA for nodes and edges. More... | |
| class | Network |
| Graph container for one connectivity metric; nodes + weighted edges + threshold/visualisation state. More... | |
| class | NetworkEdge |
| Weighted, directional edge in a Network; carries per-frequency weights plus a band-averaged scalar. More... | |
| class | NetworkNode |
| Graph node carrying a 3D position and its incident in/out, full/thresholded edge lists. More... | |
Functions | |
| const char * | buildDateTime () |
| const char * | buildHash () |
| const char * | buildHashLong () |
Functional connectivity metrics (coherence, PLV, cross-correlation, etc.).
| const char * CONNECTIVITYLIB::buildDateTime | ( | ) |
Returns build date and time.
Definition at line 31 of file connectivity_global.cpp.
| const char * CONNECTIVITYLIB::buildHash | ( | ) |
Returns abbreviated build git hash.
Definition at line 35 of file connectivity_global.cpp.
| const char * CONNECTIVITYLIB::buildHashLong | ( | ) |
Returns full build git hash.
Definition at line 39 of file connectivity_global.cpp.