MATH_SCALE_VARIANCE¶
MATH_SCALE_VARIANCE Worker Added to Workflows¶
Overview¶
The MATH_SCALE_VARIANCE worker has been added to Workflows, enabling users to scale the minimum and maximum range around a measured value.
The worker accepts a measured value, its corresponding minimum and maximum bounds, and a scale factor as inputs. It then calculates and returns updated minimum and maximum values while keeping the measured value centered within the scaled range.
Key Features¶
- Added the
MATH_SCALE_VARIANCEworker to Workflows - Scales the range around a measured value
- Accepts measured value, minimum bound, maximum bound, and scale factor as inputs
- Returns updated minimum and maximum values centered on the measured value
- Simplifies scaling of tolerance or variation ranges for downstream workflows