ControlChartData<TBaseline> Class

Intermediate generic base for SPC control chart data that strongly types the frozen Phase I baseline used for Phase II evaluation.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public abstract class ControlChartData<TBaseline> : ControlChartData
where TBaseline : IBaseline
Inheritance
Object  →  ControlChartData  →  ControlChartData<TBaseline>
Derived
More

Type Parameters

TBaseline
The baseline type for this chart family.

Properties

Baseline Gets the frozen evaluation model extracted from the Phase I analysis.
ChartType Gets a stable descriptive identifier for the chart type, such as "Individuals", "MovingRange", "XBar", "Range", or "StandardDeviation".
(Inherited from ControlChartData)
Index Gets optional chart-point labels.
(Inherited from ControlChartData)
Points Gets the ordered sequence of plotted chart statistics.
(Inherited from ControlChartData)

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also