Click or drag to resize

ProcessCapabilityIQR Property

Interquartile range using the Minitab interpolation method.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double IQR { get; }

Property Value

Double
Remarks
There are many different ways to compute the inter-quartile range. The original Tukey method, Excel's method by Freund and Perles, Moore and McCabe's method, and Minitab's. This IQR method returns values that will match the Minitab method. The Minitab method uses interpolation to find the upper and lower quartiles before returning the IQR and therefore the IQR is computed from points that may not exist in the data set as has traditionally been the case (before we had computers).
See Also