v2.0.0
Loading...
Searching...
No Matches
sts_global.h File Reference

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

#include <QtCore/qglobal.h>
#include <utils/buildinfo.h>
Include dependency graph for sts_global.h:
This graph shows which files directly or indirectly include this file:

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 ()

Detailed Description

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

Author
Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
2.2.0
Date
April 2026

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.

Macro Definition Documentation

◆ STSSHARED_EXPORT

#define STSSHARED_EXPORT

Definition at line 44 of file sts_global.h.