You are here: Symbol Reference > Dew.Stats Namespace > StatControlCharts Class > StatControlCharts Methods > QCCapIndexes Method
Dew Stats for .NET
Contents
C# Example

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.