Expand description
Sensitivity analysis routines. Sensitivity analysis across a configured pool-size range.
These helpers generate one crate::types::SensitivityRow per candidate
pool size so callers can inspect how risk and queue-wait behavior change as
the pool grows.
Use this module when you need the full tradeoff surface instead of only the
single recommended result returned by crate::simulate.
Functionsยง
- sweep
- Generates sensitivity rows using default simulation options.
- sweep_
with_ options - Generates sensitivity rows across all candidate pool sizes.
- sweep_
with_ target - Generates sensitivity rows with a custom target p99 wait threshold.
- sweep_
with_ target_ and_ model - Generates sensitivity rows with a custom target and queue model.