Expand description
Experiment binding + stats v0. See docs/experiments.md.
Re-exports§
pub use engine::Report;pub use engine::run;pub use engine::run_from_metric_values;pub use engine::to_markdown;pub use types::Binding;pub use types::Classification;pub use types::Criterion;pub use types::Direction;pub use types::Experiment;pub use types::GuardrailResult;pub use types::GuardrailSpec;pub use types::Metric;pub use types::State;pub use types::transition;
Modules§
- binding
- Classify sessions into Control / Treatment / Excluded under a binding.
- engine
- Turn an
Experiment+ sessions into a report. Pure compute given inputs. - metric
- Compute a scalar
Metricvalue per session from its event stream. - stats
- Non-parametric stats for experiment reports.
- store
- Persistence for experiments. IO at boundary; pure types in
types.rs. - types
- Pure data for experiments. See
docs/experiments.md.