RETURN PERCENTAGE OF POINTS OUTSIDE OF MIN-MAX BOUND

Compares a baseline curve against a min-max corridor and returns the percentage of baseline points that fall outside the corridor bounds. Use this worker to quantitatively score how well a simulation or test curve stays within an acceptance band.

When to use

Classification: process.

Tagged: corridor, curves, digitization, match, min-max, out-of-bounds, percentage, scatter.

Inputs

Label ID Type Default Required Description
Baseline Curve baseline_curve vector   The curve under evaluation (e.g., a simulation or test result); supplied as an XY vector — at least one curve required for comparison against the min-max corridor.
Min-Max Curves min_max_curves vector   A set of at least two XY vector curves defining the lower and upper bounds of the acceptance corridor; the first curve is treated as the minimum bound and the second as the maximum bound.
Num Dig num_dig integer 1000   Number of evenly-spaced points used to re-digitize all curves onto a common x-axis before comparison; defaults to 1000 — increase for higher-resolution corridors, decrease for faster evaluation.

Outputs

Label ID Type Description
curves_match_scatter_output_1 curves_match_scatter_output_1 scalar Scalar percentage (0–100) of baseline curve points that fall outside the min-max corridor; a value of 0 indicates all points are within bounds.

Disciplines

  • data.correlation
  • data.curve.pair
  • data.statistics

Runnable example

A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_match_scatter


Auto-generated from transformation schema. Worker id: curves_match_scatter. Schema hash: 3b0ead3c2e71. Hand-curated docs in workerexamples/ override this page when present.