antecedent 0.3.0

Identification-first causal inference: identify → estimate → refute, with uncertainty about causal structure preserved
Documentation
1
2
3
4
5
6
7
8
9
10
//! Typed causal queries (re-exported from `antecedent-core`).
//!
//! SPDX-License-Identifier: MIT OR Apache-2.0

pub use antecedent_core::{
    AnomalyAttributionQuery, AverageEffectQuery, CausalQuery, ChangeAttributionQuery,
    ConditionalEffectQuery, CounterfactualQuery, InterventionalDistributionQuery,
    MechanismChangeQuery, MediationContrast, MediationQuery, PathSpecificEffectQuery,
    TemporalEffectQuery, UnitChangeQuery,
};