iwfm.diagnostics.detect_params_at_bounds

iwfm.diagnostics.detect_params_at_bounds(pest_state, bound_pct_threshold=0.05)[source]

Identify parameters within a percentage of their bounds.

Parameters:
  • pest_state (PestStateSummary) – From read_pest_state.

  • bound_pct_threshold (float) – Flag if pct_of_range < threshold or > (1 - threshold). Default 0.05 = 5%.

Returns:

[{name, value, lower, upper, pct_of_range, bound}]

Return type:

list of dict