Identifies scenario-stage combinations where the median transit time exceeds a percentile threshold relative to the grand distribution.
Arguments
- data
A
dynasimR_dataobject or throughput tibble fromstage_throughput().- threshold
Numeric. Quantile above which a stage is flagged as a bottleneck (0-1). Default
0.75(top quartile).