You are here: Symbol Reference > Dew.Stats Namespace > StatControlCharts Class > StatControlCharts Methods > QCMRChart Method
Dew Stats for .NET
Contents
PreviousUpNext
StatControlCharts.QCMRChart Method

Moving range chart.

C#
public QCMRChart(TVec Data, ref double CL, ref double UCL, ref double LCL, double Confidence);
Parameters
Parameters 
Description 
Data 
Data to be analyzed. Each value represents number of defects. 
CL 
Returns control Chart centerline. 
UCL 
Returns control Chart upper control limit. 
LCL 
Returns control Chart lower control limit. 
Confidence 
Confidence level for upper and lower control limit. Confidence must lie in the (0,1) interval. 

Uses Data values to construct a moving-range quality control chart. This QC chart type can be used for individual measurements (sample size = 1).

What do you think about this topic? Send feedback!
Copyright (c) 1999-2010 by Dew Research. All rights reserved.