antecedent 0.1.0

Antecedent — explicit causal inference facade (identify → estimate → refute)
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,
};