Ask Concord
Answers from our documentation
Ask anything about Concord. Every answer comes from our actual documentation.
Technical concepts
A kernel-based two-sample test for whether two batches of data come from the same distribution. The drift detector's primary statistic.
Definition
Maximum Mean Discrepancy is a kernel-based two-sample test that asks whether two batches of data come from the same underlying distribution. Each batch is mapped into a reproducing kernel Hilbert space and the test statistic is the squared distance between their mean embeddings. Under a characteristic kernel (RBF with bandwidth set by the median heuristic, in Concord's case), the statistic is zero only when the two distributions are identical. A permutation test produces an empirical p-value without parametric assumptions. Concord by IaxaI's drift detector uses MMD on rolling windows of input events, output OCSF events, and entity baselines. The reference window is the known-good recent past (e.g., the previous 24 hours). The test window is the current short window (e.g., the previous hour). When MMD fires above its severity threshold, the auto-repair loop activates. MMD is cheap, deterministic, and parameter-light, which is exactly what the hot path needs.
See also
Drift Detection
Streaming statistical tests on input, output, and schema-shape that catch silent vendor changes before they break detection coverage.
Auto-Repair (self-healing pipeline)
When drift fires, Concord proposes a new mapping, runs it in shadow, calibrates it, and only promotes after operator approval. Every step is ledgered.
Schema Drift
When a vendor silently renames or reshapes a field. The failure mode that quietly breaks every static mapping in your stack.
Conformal Prediction
A distribution-free statistical wrapper that gives any predictor a coverage-guaranteed prediction set. Useful for honest "I don't know" outputs.
30-minute walkthrough. Your tools. Your tenants. Your audit cycle. We will show you exactly where Concord earns its keep.