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
//! Validation / refutation types.
//!
//! SPDX-License-Identifier: MIT OR Apache-2.0

pub use antecedent_validate::{
    PosteriorPredictiveCheck, PredictiveCheckKind, PredictiveCheckReport, PriorPredictiveCheck,
};