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.


icon

Inputs/Outputs

  • c1ddbl.png Y

    Y is the array of dependent values.

  • c1ddbl.png X

    X is the array of independent values. X must be the same size as Y.

  • c1ddbl.png 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.

  • cu16.png range type

    range type specifies the axis to which the bounds in Range apply.

  • c1ddbl.png Range

    Range specifies the upper and lower bounds of the range. This VI removes data points that lie on or outside the bounds of Range.

    If range type is Y or X, this VI 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 VI 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.

  • i1ddbl.png Y Out

    Y Out returns the array of dependent values with the outliers removed.

  • i1ddbl.png X Out

    X Out returns the array of independent values with the outliers removed.

  • i1ddbl.png Weight Out

    Weight Out returns the array of weights with the outliers removed.

  • i1di32.png Outlier Indexes

    Outlier Indexes returns the array indexes for the outliers of the data set.

  • ii32.png 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.