STSLIB shared-library export macro and build-info accessors for the statistical-tests library. More...


Go to the source code of this file.
Namespaces | |
| namespace | STSLIB |
| Statistical testing (t-tests, F-tests, cluster permutation, multiple comparison correction). | |
Macros | |
| #define | STSSHARED_EXPORT |
Functions | |
| STSSHARED_EXPORT const char * | STSLIB::buildDateTime () |
| STSSHARED_EXPORT const char * | STSLIB::buildHash () |
| STSSHARED_EXPORT const char * | STSLIB::buildHashLong () |
STSLIB shared-library export macro and build-info accessors for the statistical-tests library.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
STSLIB is the mne-cpp library that performs frequentist inference on sensor- and source-level M/EEG data. It bundles classic parametric tests (one-sample, paired and two-sample Student t-tests, one-way ANOVA), the family of multiple-comparison corrections used in the neuroimaging literature (Bonferroni, Holm-Bonferroni, Benjamini-Hochberg FDR), Maris-Oostenveld cluster permutation testing with sign-flip and label-shuffle nulls, Threshold-Free Cluster Enhancement, regularised covariance estimators (Ledoit-Wolf, OAS, PCA, factor analysis, cross-validated auto-select) and the peak-error / spatial-dispersion source-localisation metrics used for inverse-solution evaluation.
This header only exposes the STSSHARED_EXPORT decoration and the three buildDateTime / buildHash accessors that let downstream tools stamp the exact STSLIB binary used to produce a result; all statistical machinery lives in the per-method headers in this folder.
Definition in file sts_global.h.
| #define STSSHARED_EXPORT |
Definition at line 44 of file sts_global.h.