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.

  • c1di32.png Index

    Index specifies the array of indexes of the outliers to remove.

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

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