Single Point X-bar & R_S VI
- Updated2024-11-20
- 2 minute(s) read
Computes single points for both X-bar and Range or X-bar and Sample Standard Deviation control charts. This is useful for plotting control charts one point at a time while samples are collected. You must still use the X-bar & R or X-bar & S Chart VIs to calculate the control limits for the chart. FORMULAS: X-bar = mean(sample X) std. dev. = sample standard dev (sample X) range = MAX(sample X)-MIN(sample X)

Inputs/Outputs
![]() ![]() (DBL) - the mean of the input sample. This is for plotting on the X-bar control chart. ![]() (DBL) - the range of the input sample. This is for plotting on the Range control chart. ![]() (DBL) - the sample standard deviation of the input sample. This is for plotting on the S control chart. |