Click or drag to resize

ProcessCapabilityCI95 Property

Confidence interval that 95% of the time the process mean will reside within this given interval.

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

Property Value

Interval
Remarks
This CI95 is based on the t-distribution (t-score) when there are 30 or fewer samples. Otherwise the normal distribution is used (z-score).
See Also