Click or drag to resize

ProcessPerformance Class

Computes process performance parameters Pp and Ppk for normally distributed data. If the data is not normal the Box-Cox transform can be used.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreProcessPerformance

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public class ProcessPerformance

The ProcessPerformance type exposes the following members.

Constructors
 NameDescription
Public methodProcessPerformance Compute process performance parameters for normally distributed data.
Top
Properties
 NameDescription
Public propertyPp Process performance, a measure of long-term process performance.
Public propertyPpk Process performance index, a measure of long-term process performance.
Top
See Also