IScalarLimitChartData Interface

Extends IChartData for chart families whose Phase II evaluation model is expressed as constant scalar control limits.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public interface IScalarLimitChartData : IChartData
Implements
IChartData

Properties

CenterLineGets the center line.
IndexGets optional chart-point labels.
(Inherited from IChartData)
LowerControlLimitGets the lower control limit.
PointsGets the ordered sequence of plotted chart statistics.
(Inherited from IChartData)
SigmaGets the sigma basis used to compute the control limits.
UpperControlLimitGets the upper control limit.

See Also