Remove Outliers (Index) VI
- Updated2025-07-30
- 2 minute(s) read
Removes data points that fall outside a given range or within a given index array. You must manually select the polymorphic instance you want to use.

Inputs/Outputs
Y
—
Y is the array of dependent values.
X
—
X is the array of independent values. X must be the same size as Y.
Weight
—
Weight is the array of weights for the observations (X, Y). Weight must be the same size as Y. If Weight is unwired, this VI sets Weight Out to an empty array.
Index
—
Index specifies the array of indexes of the outliers to remove.
Y Out
—
Y Out returns the array of dependent values with the outliers removed.
X Out
—
X Out returns the array of independent values with the outliers removed.
Weight Out
—
Weight Out returns the array of weights with the outliers removed.
error
—
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |
Y
—
Index
—
Y Out
—
error
—