Control Chart Data<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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public abstract class ControlChartData<TBaseline> : ControlChartData
where TBaseline : IBaseline
- Inheritance
- Object → ControlChartData → ControlChartData<TBaseline>
- Derived
Type Parameters
- TBaseline
- The baseline type for this chart family.
Properties
| Baseline | Gets the frozen evaluation model extracted from the Phase I analysis. |
| Chart |
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
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |