DATASET_SCALE_VARIANCE¶
DATASET_SCALE_VARIANCE Worker Added to Workflows¶
Overview¶
The DATASET_SCALE_VARIANCE worker has been added to Workflows, enabling users to scale the minimum and maximum range around measured values for every row in a dataset.
The worker uses Measured, Minimum, and Maximum columns as inputs and applies a user-defined scale factor to adjust the variance around each measured value. Updated bounds can either overwrite the existing minimum and maximum columns or be written to new columns while preserving the original dataset.
Key Features¶
- Added the
DATASET_SCALE_VARIANCEworker to Workflows - Scales the minimum and maximum range for every row in a dataset
- Uses Measured, Minimum, and Maximum columns as inputs
- Supports a user-defined scale factor
- Can overwrite existing minimum and maximum columns or create new output columns
- Preserves the measured values while adjusting the surrounding range