Removes data points that fall outside a given range.
Dependent values.
Independent values. x in must be the same size as y in.
Weights for the observations.
weight in must be the same size as y in. If weight is unwired, this node sets weight out to an empty array.
Upper and lower bounds of the range.
This node removes data points that lie on or outside the bounds of range. If range type is y or x, this node uses the first two elements in range as the upper and lower bounds, respectively, for the given axis. If range type is x and y, this node uses the first and second elements in range as the upper and lower bounds for the x-axis and the third and fourth elements in range as the upper and lower bounds for the y-axis.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Axis to which upper and lower bounds of the range apply.
Name | Value | Description |
---|---|---|
y | 0 | Applies upper and lower bounds of the range to the y-axis. |
x | 1 | Applies upper and lower bounds of the range to the x-axis. |
x and y | 2 | Applies upper and lower bounds of the range to the x-axis and y-axis. |
Default: y
Dependent values with the outliers removed.
Independent values with the outliers removed.
Weights with the outliers removed.
Indexes for the outliers of the data set.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application