IMSL C# Numerical Library

ShewhartControlChart.SetSampleSize Method

Sets the value of the attribute "SampleSize" when there is only a single sample size.

Overload List

Sets the value of the attribute "SampleSize" when there is only a single sample size.

public virtual void SetSampleSize(int);

Sets the value of the attribute "SampleSize". Its default value is an array of length one containing a one, (new int[]{1}).

public virtual void SetSampleSize(int[]);

See Also

ShewhartControlChart Class | Imsl.Chart2D.QC Namespace