MECTS....SET.... GO

BOX WHISKER PLOTS PLATFORM

Statistical Summary

Count (N) - Total number of valid numeric data points inputted.
Skewness - Measures asymmetry. ~0 is normal. >0 tail is to the right. <0 tail is to the left.
Process Cap (Cp) - Cp = (USL - LSL) / 6*Sigma. Measures potential spread relative to specs.
Actual Cap (Cpk) - Cpk considers centering. Min(Cpu, Cpl). If Cpk < Cp, the process is off-center.
Mean (μ) - The mathematical average of the dataset.
Median (Q2) - The middle value separating the higher half from the lower half. Less affected by outliers.
IQR - Interquartile Range (Q3 - Q1). Represents the middle 50% of the data. Defines the box width.
Std Dev (σ) - Standard Deviation. Measures the dispersion or spread of the data relative to its mean.
Outliers Detected -
Values lying below (Q1 - 1.5*IQR) or above (Q3 + 1.5*IQR). Indicates process anomalies.

Real-time Interpretation

Select a process or input data to begin analysis...

Embedded Excel Formulas

Box & Whisker Plot Guide
  • The Box represents the middle 50% of the data (IQR), bounded by Q1 (25th percentile) and Q3 (75th percentile).
  • The solid line inside the box is the Median (Q2), while the dotted line represents the Mean.
  • The Whiskers extend to the lowest and highest values within 1.5 * IQR from the box edges.
  • Any points beyond the whiskers are mathematically classified as Outliers.
  • Cp measures potential capability (spread vs limits). Cpk measures actual capability (accounts for mean centering).