Owning Palette: Probability & Statistics VIs
Requires: Full Development System
Computes a value that is greater than p percent of the data values in x array. Wire data to the p input to determine the polymorphic instance to use or manually select the instance.
Use the pull-down menu to select an instance of this VI.
Add to the block diagram | Find on the palette |
x array specifies the data set. | |
p specifies the percent of data values in x array that are less than percentile. | |
percentile returns a value greater than p percent of the data values in x array. | |
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. |
x array specifies the data set. | |
p array specifies the percent of data values in x array that are less than the corresponding elements of percentiles. | |
percentiles returns the values greater than the corresponding p percent of the data values in x array. | |
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. |