In the following example capability indexes and their condifence are calculated.
using Dew.Math; using Dew.Math.Units; using Dew.Stats.Units; namespace Dew.Examples { private void Example() { Vector data = new Vector(0); data.LoadFromFile("PCDATA.vec"); StatControlCharts.QCCapIndexes(Data,out lb,out ub,out p,out cp,out cpk,out CPConfInt,out CPKConfInt, 0.05); } }
|
Copyright (c) 1999-2010 by Dew Research. All rights reserved.
|