Skip to main content

Crate vil_ab_test

Crate vil_ab_test 

Source
Expand description

§vil_ab_test (I08)

A/B Test Framework — experiment management with statistical significance testing.

Supports weighted variant assignment, impression/conversion tracking, two-proportion z-test for significance, and experiment reporting.

Re-exports§

pub use experiment::ExpStatus;
pub use experiment::Experiment;
pub use handlers::ExperimentRegistry;
pub use plugin::AbTestPlugin;
pub use report::ExperimentReport;
pub use semantic::AbTestEvent;
pub use semantic::AbTestFault;
pub use semantic::AbTestFaultType;
pub use semantic::AbTestState;
pub use stats::z_test;
pub use stats::SignificanceResult;
pub use variant::Variant;

Modules§

experiment
handlers
HTTP handlers for the A/B test plugin — wired to real ExperimentRegistry state.
pipeline_sse
SSE pipeline builders for A/B testing operations.
plugin
VilPlugin implementation for A/B testing integration.
report
semantic
Semantic types for A/B testing operations.
stats
variant