Neyman–Pearson Causal Discovery
- Neyman–Pearson causal discovery is a framework that uses controlled error rates to determine causal links through hypothesis testing.
- It integrates methods like asymmetric edge-error control, calibrated conditional independence testing, and paired directional testing to enhance support recovery and causal direction estimation.
- The approach emphasizes maintaining level-α validity in inference, balancing false positives and negatives while addressing computational challenges in complex models.
Searching arXiv for the cited papers and topic context. Neyman–Pearson causal discovery denotes a family of causal inference frameworks that import the logic of classical Neyman–Pearson testing into causal graph learning and causal direction estimation. Across recent work, the central idea is to treat causal discovery as an error-controlled decision problem in which one type of mistake is constrained while another is minimized, or in which competing causal explanations are compared through level- tests, directional power, and calibrated rejection behavior. In contemporary formulations, this perspective appears in at least three distinct but related forms: asymmetric edge-error control for graph support recovery, calibrated conditional independence testing inside constraint-based discovery with incomplete data, and paired directional testing for bivariate causal direction estimation (Shaska et al., 29 Jul 2025, Robinson et al., 6 May 2026, Prakash et al., 13 May 2026).
1. Conceptual definition and scope
Neyman–Pearson causal discovery is most explicitly defined in work on unequal edge error tolerance, where the goal is to minimize false negatives subject to a user-specified upper bound on false positives. In that formulation, the causal discovery problem is cast as the analogue of classical Neyman–Pearson testing: among all graph estimators whose false positive rate is at most , select one with the smallest false negative rate (Shaska et al., 29 Jul 2025).
A broader usage of the term includes methods that do not claim a classical Neyman–Pearson lemma or uniformly most powerful rule, but nonetheless formulate causal discovery through level- hypothesis tests, directional rejection probabilities, and calibrated inferential modules. Two examples are especially relevant. First, PAIR-CI treats conditional independence testing as the inferential engine of PC-style causal discovery and emphasizes that a CI oracle must behave like a level- hypothesis test under incomplete data; its contribution is described explicitly through a Neyman–Pearson lens (Robinson et al., 6 May 2026). Second, CDSP formulates bivariate causal direction detection as a pair of hypothesis tests, defines a causal analogue of power and effect size, and bases direction choice on which directional null is more detectable (Prakash et al., 13 May 2026).
This suggests that “Neyman–Pearson causal discovery” is not a single algorithmic doctrine. Rather, it is a technical orientation in which causal discovery is organized around controlled error rates, explicit null and alternative hypotheses, and the asymmetry between different mistakes. A plausible implication is that the unifying concern is not merely graph recovery accuracy, but whether the inferential decisions embedded in a discovery procedure preserve the meaning of a nominal significance threshold.
2. Asymmetric edge-error control in graph support recovery
The most direct formulation appears in “Causal Link Discovery with Unequal Edge Error Tolerance” (Shaska et al., 29 Jul 2025). The paper studies a DAG
with weighted adjacency matrix
and defines the support matrix by
The target is therefore support / causal link discovery, not orientation at first (Shaska et al., 29 Jul 2025).
The aggregate edgewise error rates are defined as
$\mbox{false positive rate}: \qquad \epsilon^+ = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=1,\ \boldsymbol{\chi}_{i,j}=0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}=0\}},$
and
$\mbox{false negative rate}: \qquad \epsilon^- = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=0,\ \boldsymbol{\chi}_{i,j}\neq 0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}\neq 0\}}.$
These are explicitly described as aggregated expected edgewise error rates, normalized by the expected numbers of absent and present edges, rather than family-wise error probabilities or FDR/FDP (Shaska et al., 29 Jul 2025).
The central optimization problem is
0
where 1 (Shaska et al., 29 Jul 2025). This is the paper’s formal definition of Neyman–Pearson causal discovery. The constrained quantity is the false positive rate, and the optimized quantity is the false negative rate. The motivation is application-dependent asymmetry: in some domains, declaring a nonexistent causal link is more harmful than omitting a real one.
For each pair 2, the edgewise detection problem is written as
3
4
The paper then proves an analogue of the Neyman–Pearson lemma. The optimal detector is a weighted likelihood-ratio threshold rule involving 5, prior-induced weights 6, a global threshold 7, and boundary randomization by 8, with 9 selected so that 0 (Shaska et al., 29 Jul 2025). The presence of randomization is explicitly noted as parallel to classical NP testing.
This is a genuine decision-theoretic formulation, not merely an interpretive analogy. It differs from most score-based or constraint-based graph learning procedures because the false-positive tolerance is fixed in advance and the detector is derived to satisfy that tolerance.
3. Information-theoretic characterization and the 1-CUT algorithm
A major theoretical feature of the same framework is its characterization of performance limits through Rényi divergence (Shaska et al., 29 Jul 2025). For the optimal detector and any 2, the paper gives an upper bound on 3 in terms of 4, the threshold 5, and 6. It also provides a converse lower bound for any detector satisfying 7, again expressed through 8, 9, and 0 (Shaska et al., 29 Jul 2025). The stated interpretation is that the tradeoff between constrained false positives and achievable false negatives is fundamentally governed by likelihood-ratio interpolation between the edge-absent and edge-present distributions.
Because the exact optimal detector depends on conditional edge distributions that are mixtures over graph structures and edge weights, it is computationally intractable in general. This motivates the algorithm 1-CUT, designed for linear additive Gaussian noise models with equal-variance Gaussian noise: 2 where 3 are i.i.d. zero-mean Gaussian with covariance 4, and 5 is assumed known (Shaska et al., 29 Jul 2025).
The method exploits the fact that, after regressing a node on its true parents, the residual sum of squares has a chi-squared distribution. If 6 is the least-squares estimate using the true parent set 7, then
8
satisfies
9
conditioned on the parent observations, where 0 (Shaska et al., 29 Jul 2025).
The resulting procedure tests every unordered pair 1 by comparing residual energies under candidate parent sets and declares 2 if any candidate pair of parent sets yields sufficiently close residual sums of squares. Otherwise it declares 3 (Shaska et al., 29 Jul 2025). The threshold is selected via a chi-squared cdf equation so that the false-positive tolerance equals 4.
The main finite-sample guarantee is:
- Theorem 3: for any sample size 5 and any false positive tolerance 6, the false positive rate of 7-CUT satisfies
8
The paper further states a stronger per-edge result: if there is truly no edge between 9 and 0, then
1
Thus the method provides true finite-sample false-positive control for support recovery in the specified linear Gaussian SEM regime (Shaska et al., 29 Jul 2025).
The framework’s scope is correspondingly narrow. The guarantees are for support rather than orientation; direction estimation is deferred to a post-processing stage in which an unrestricted maximum-likelihood DAG estimate is masked by the support estimate: 2 The paper also notes exponential complexity in 3, with at most
4
linear regressions and overall complexity
5
4. Neyman–Pearson logic in conditional independence testing for causal graphs
A second line of work applies Neyman–Pearson reasoning not to direct edge detection, but to the local conditional independence tests that drive constraint-based causal discovery. “PAIR-CI: Calibrated Conditional Independence Testing for Causal Discovery with Incomplete Data” develops a CI test specifically for constraint-based causal discovery with incomplete data and frames its contribution through a Neyman–Pearson lens: the objective is to provide a CI oracle that behaves like a level-6 test when standard incomplete-data workflows do not (Robinson et al., 6 May 2026).
The paper formalizes the scientific null as
7
with alternative
8
Its strongest motivation is Proposition 1 (Miscalibration of impute-then-test), which states that if the imputation model is asymptotically misspecified and imputation error induces spurious dependence under the imputed distribution, then any consistent CI test satisfies
9
The point is not that the CI test is defective on complete data, but that the imputation step changes the effective null (Robinson et al., 6 May 2026). This is an explicitly Neyman–Pearson-style failure: the nominal significance level no longer refers to the intended scientific null.
PAIR-CI addresses this by integrating multiple imputation into the inferential construction. It generates
0
then, on each imputed dataset and fold, compares a full model for predicting 1 using 2 with a partial model using the same imputed conditioning set and a placebo variable 3 produced by conditional permutation. The fold-level loss contrast is
4
and in empirical form
5
Aggregation gives
6
The conceptual heart is the paired design: both models use the same imputed 7, so imputation error is shared and is intended to cancel in the loss difference (Robinson et al., 6 May 2026).
The paper distinguishes the internal null
8
from the scientific null
9
Conditional permutation gives calibration for the internal null, and imputation consistency extends this to the scientific null (Robinson et al., 6 May 2026).
For inference, the combined variance is
0
where
1
The studentized statistic is
2
compared against a 3-distribution with Barnard–Rubin adjusted degrees of freedom 4, using the one-sided rejection region
5
The paper proves:
- Proposition 2 (Calibration):
6
- Proposition 3 (Consistency):
7
- Theorem 4 (Unified inference under cross-validation and multiple imputation):
8
- Corollary 5 (PC consistency):
9
The paper’s empirical emphasis is on null calibration. In standalone CI experiments with about 30% missingness, the calibration table reports average false positive rates
$\mbox{false positive rate}: \qquad \epsilon^+ = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=1,\ \boldsymbol{\chi}_{i,j}=0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}=0\}},$0
compared with MNAR false positive rates of $\mbox{false positive rate}: \qquad \epsilon^+ = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=1,\ \boldsymbol{\chi}_{i,j}=0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}=0\}},$1 for FZ-single, $\mbox{false positive rate}: \qquad \epsilon^+ = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=1,\ \boldsymbol{\chi}_{i,j}=0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}=0\}},$2 for FZ-Rubin, $\mbox{false positive rate}: \qquad \epsilon^+ = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=1,\ \boldsymbol{\chi}_{i,j}=0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}=0\}},$3 for imputed GCM, and $\mbox{false positive rate}: \qquad \epsilon^+ = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=1,\ \boldsymbol{\chi}_{i,j}=0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}=0\}},$4 for imputed KCI (Robinson et al., 6 May 2026). The abstract summarizes this as existing imputation-based CI tests exhibiting false positive rates of 28–45% under MNAR, whereas PAIR-CI averages below the nominal 5% level. When used inside PC, the method reduces structural Hamming distance by 8% on 10-variable nonlinear graphs, 15% on 30-variable nonlinear graphs, and up to 44% on the 56-variable HAILFINDER network (Robinson et al., 6 May 2026).
This line of work therefore locates Neyman–Pearson causal discovery at the level of the CI oracle: what matters is not only predictive performance, but whether the local test actually retains its level-$\mbox{false positive rate}: \qquad \epsilon^+ = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=1,\ \boldsymbol{\chi}_{i,j}=0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}=0\}},$5 meaning under the scientific null.
5. Directional power and effect-size asymmetry in bivariate discovery
A third formulation appears in “Causal Discovery via Statistical Power (CDSP)”, which addresses bivariate observational causal direction inference (Prakash et al., 13 May 2026). The paper does not claim classical NP optimality, but explicitly says that it formulates causal direction detection as a pair of hypothesis tests and introduces directional analogues of power, effect size, and directional evidence.
Under the standing assumption that the true direction is $\mbox{false positive rate}: \qquad \epsilon^+ = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=1,\ \boldsymbol{\chi}_{i,j}=0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}=0\}},$6, the data-generating mechanism is
$\mbox{false positive rate}: \qquad \epsilon^+ = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=1,\ \boldsymbol{\chi}_{i,j}=0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}=0\}},$7
with $\mbox{false positive rate}: \qquad \epsilon^+ = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=1,\ \boldsymbol{\chi}_{i,j}=0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}=0\}},$8. The reverse-direction working model is
$\mbox{false positive rate}: \qquad \epsilon^+ = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=1,\ \boldsymbol{\chi}_{i,j}=0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}=0\}},$9
where $\mbox{false negative rate}: \qquad \epsilon^- = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=0,\ \boldsymbol{\chi}_{i,j}\neq 0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}\neq 0\}}.$0 is the risk minimizer over a model class $\mbox{false negative rate}: \qquad \epsilon^- = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=0,\ \boldsymbol{\chi}_{i,j}\neq 0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}\neq 0\}}.$1, and $\mbox{false negative rate}: \qquad \epsilon^- = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=0,\ \boldsymbol{\chi}_{i,j}\neq 0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}\neq 0\}}.$2 (Prakash et al., 13 May 2026).
The directional nulls are
$\mbox{false negative rate}: \qquad \epsilon^- = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=0,\ \boldsymbol{\chi}_{i,j}\neq 0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}\neq 0\}}.$3
Thus each direction is evaluated by whether a valid structural model in that direction is compatible with the data (Prakash et al., 13 May 2026).
The paper defines Directional Power as
$\mbox{false negative rate}: \qquad \epsilon^- = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=0,\ \boldsymbol{\chi}_{i,j}\neq 0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}\neq 0\}}.$4
which is the joint success probability of retaining the correct-direction null while rejecting the reverse-direction null (Prakash et al., 13 May 2026).
Its central quantitative objects are the directional effect sizes
$\mbox{false negative rate}: \qquad \epsilon^- = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=0,\ \boldsymbol{\chi}_{i,j}\neq 0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}\neq 0\}}.$5
and the standardized critical values
$\mbox{false negative rate}: \qquad \epsilon^- = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=0,\ \boldsymbol{\chi}_{i,j}\neq 0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}\neq 0\}}.$6
The key assumption is the effect-size asymmetry assumption
$\mbox{false negative rate}: \qquad \epsilon^- = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=0,\ \boldsymbol{\chi}_{i,j}\neq 0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}\neq 0\}}.$7
Operationally, CDSP uses the directional detectability indices
$\mbox{false negative rate}: \qquad \epsilon^- = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=0,\ \boldsymbol{\chi}_{i,j}\neq 0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}\neq 0\}}.$8
and infers $\mbox{false negative rate}: \qquad \epsilon^- = \frac{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\hat{\boldsymbol{\chi}}_{i,j}=0,\ \boldsymbol{\chi}_{i,j}\neq 0\}}{\mathbb{E}\sum_{i,j}\mathbbm{1}\{\boldsymbol{\chi}_{i,j}\neq 0\}}.$9 when 00 (Prakash et al., 13 May 2026).
The main theorem states that under a specified misspecification regime,
01
if and only if
02
equivalently,
03
The paper further proves directional consistency: 04 when 05 and the plug-in quantities are consistent (Prakash et al., 13 May 2026).
Uncertainty quantification is not given as a p-value or confidence set for the final direction. Instead the paper defines a bootstrap directional support probability
06
for the direction 07, with an analogous expression for 08. The paper interprets this as the probability that the CDSP-favored direction remains favored under resampling (Prakash et al., 13 May 2026).
Empirically, the paper studies model misspecification in
09
with 10. Reported simulation accuracies are 11 for 12, 13 for 14, and 15 for 16, while LiNGAM drops to 17 by 18 in the listed settings (Prakash et al., 13 May 2026). On the Tübingen Cause–Effect Pairs benchmark, CDSP achieves
19
whereas LiNGAM yields 20 TDR and 21 FDR, corresponding to an approximately 18 percentage point reduction in FDR (Prakash et al., 13 May 2026).
CDSP therefore illustrates a distinct Neyman–Pearson-style idea: causal direction can be chosen by comparing the rejection behavior of two composite directional nulls, not by a single likelihood-ratio test between causal directions.
6. Related precursors and adjacent testing-based approaches
Earlier and adjacent work shows that the Neyman–Pearson perspective did not emerge in isolation. “Causal Discovery from Changes” studies learning from localized mechanism changes across a sequence of environments (Tian et al., 2013). It is not framed as a Neyman–Pearson method, but its pipeline depends on repeated binary decisions of the form “change” versus “no-change,” based on tests of
22
with explicit discussion of significance level 23, Type I error, and Type II error (Tian et al., 2013). The method then translates those outcomes into descendant and nondescendant constraints under influentiality and local mechanism-change assumptions. This suggests an important precursor pattern: local hypothesis tests can be endowed with causal semantics and assembled into structural decisions, even if no explicit NP optimality result is proved.
A different adjacent approach is “Causal generalized linear models via Pearson risk invariance”, which identifies the causal parent set of a target variable 24 using a hybrid of invariance testing and model selection (Polinelli et al., 2024). The target obeys
25
and the causal model is characterized by a Pearson risk identity
26
together with expected-likelihood maximization on the true parent set (Polinelli et al., 2024). Finite-sample implementation uses the Pearson statistic
27
with approximate null distribution
28
and a two-sided acceptance region (Polinelli et al., 2024). This is not presented as Neyman–Pearson causal discovery, but it shows a closely related architecture: candidate causal models are screened by a calibrated null, then selected by BIC among the accepted models.
These adjacent cases clarify a common misconception. Neyman–Pearson causal discovery is not restricted to one specific graph-learning algorithm, nor does it require likelihood-ratio optimality in the classical simple-vs-simple sense. The recurring feature is the elevation of statistical testing, calibration, and asymmetric decision costs to first-class causal discovery principles.
7. Limitations, controversies, and technical boundaries
Several limitations recur across the literature.
The framework in (Shaska et al., 29 Jul 2025) is the most classically Neyman–Pearson in form, but its tractable algorithm 29-CUT is specialized to linear equal-variance Gaussian SEMs with known 30, and the finite-sample guarantee concerns support / skeleton recovery, not orientation. The optimal detector itself is generally computationally infeasible because the conditional edge distributions are mixtures over graphs and edge weights. The practical method also has exponential complexity in the number of variables (Shaska et al., 29 Jul 2025).
PAIR-CI (Robinson et al., 6 May 2026) addresses a different problem: preserving level-31 behavior of CI tests under incomplete data. Its scientific-null calibration theorem formally relies on imputation consistency (A1), even though the paper argues that the paired construction is empirically robust beyond strict (A1). The authors are explicit that robustness under MNAR is practical rather than fully covered by the theorem. The method is also computationally heavier than parametric CI tests; on HAILFINDER, about 2400 tests take around 100 minutes per replicate. The paper does not provide a multiplicity treatment for the many sequential CI tests inside PC (Robinson et al., 6 May 2026).
CDSP (Prakash et al., 13 May 2026) likewise stops short of classical NP optimality. It provides no uniformly most powerful result, no global finite-sample Type I error control for the final direction decision, and no p-value for the selected causal direction. Its uncertainty measure is a bootstrap support probability rather than a confidence set. The effect-size asymmetry assumption is central but cannot be checked directly from observed data. Severe misspecification can reverse the asymmetry and induce confidently wrong decisions (Prakash et al., 13 May 2026).
A broader controversy concerns what exactly should be controlled in causal discovery. The explicit NP framework in (Shaska et al., 29 Jul 2025) constrains aggregated edgewise false positives. PAIR-CI emphasizes local test calibration because, in PC-like procedures, false CI rejections propagate through orientation rules and can be more damaging than false non-rejections (Robinson et al., 6 May 2026). CDSP instead compares directional success probabilities for paired nulls (Prakash et al., 13 May 2026). These are different inferential targets. This suggests that “error control” in causal discovery is not monolithic: support recovery, CI oracle behavior, and directional selection each instantiate distinct NP-style objects.
A second misconception is that better predictive performance is sufficient for reliable causal discovery. PAIR-CI explicitly argues that calibration matters at least as much as raw predictive performance, because miscalibrated CI tests create spurious edges that then propagate through orientation rules (Robinson et al., 6 May 2026). CDSP similarly shifts attention from raw dependence asymmetry to threshold-adjusted detectability indices (Prakash et al., 13 May 2026). The common implication is that causal discovery can fail even when its predictive subroutines are individually strong, if their rejection behavior is misaligned with the scientific nulls.
In summary, Neyman–Pearson causal discovery is best understood as a family of testing-centered formulations of causal inference in which causal claims are governed by constrained false-positive tolerance, level-32 local null calibration, or directional power comparisons. Its most direct expression is the constrained optimization
33
for support recovery (Shaska et al., 29 Jul 2025). Its broader significance lies in showing that causal discovery is often limited less by lack of predictive flexibility than by the lack of inferential procedures whose nulls, alternatives, and error rates remain meaningful under the data conditions at hand (Robinson et al., 6 May 2026, Prakash et al., 13 May 2026).