Click or drag to resize

ZBenchNormal Class

Computes the ZBench for normally distributed data, percent defective, and the parts per million defective.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreZBenchNormal

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

The ZBenchNormal type exposes the following members.

Constructors
 NameDescription
Public methodZBenchNormal(DoubleVector, ControlLimits, Double) Computes the ZBench for normally distributed data, with only a single-end limit specified, percent defective, and the parts per million defective.
Public methodZBenchNormal(DoubleVector, Double, Double) Computes the ZBench for normally distributed data, percent defective, and the parts per million defective.
Top
Properties
 NameDescription
Public propertyPercentDefective Percent defective.
Public propertyPPMDefective Parts per million defective.
Public propertyZBench ZBench, dependent on the control limits specified.
Top
See Also