Skip to main content

Module sensitivity

Module sensitivity 

Source
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.