Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tools for Microsoft .Net
 SPC Control Chart Tools for .Net
 sample size problem
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

anl

Turkey
8 Posts

Posted - 11 Dec 2015 :  08:37:20  Show Profile  Reply with Quote
Hello there,
i want to develop a simple code which is mean-range-chart. And i get three datas one hour, and then five datas second hour and finally seven datas third hour.
But in the code, i cannot find the method that is dynamic changes. i just want to change sample size.
in my search on the docs(spc chart dotnet), i found mean-range-chart-vss but i dont understand.
if there is a basic code about the problem, please explain how to solve.

Thanks in your help.



o

quinncurtis

1586 Posts

Posted - 11 Dec 2015 :  09:01:53  Show Profile  Reply with Quote
Standard Mean-Range (XBar-R) charts only support fixed sample size. There is no such thing as a Mean-Range chart with variable sample size, like you describe. We do not know where you are coming up with "mean-range-chart-vss". According to SPC Chart textbooks, the closest you can come is a Mean-Sigma chart with variable sample size (our MEAN_SIGMA_CHART_VSS) chart, which we do have. See the manual and the example program VariableSampleSizeControlCharts.BatchXBarSigma. This will produce varying control limits (dependent on sample size) for each sample interval. Though you certainly need more than three sample intervals in order to produce a usable graph. Also, your sample size per interval values (3, 5, and 7) are considered small for a Mean-Sigma chart.

Or, you can just use an Individual-Range chart, which uses just one sample per sample interval, and treat each measurement as an independent sample group. This will result in 15 (3 + 5 + 7) sample intervals for the chart, and produce fixed control limits.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07