Pointwise Limits Chart Data<TBaseline> Class
Abstract base class for SPC control charts that carry per-point
(pointwise) upper and lower control limits.
Used for P, U, and EWMA charts.
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 PointwiseLimitsChartData<TBaseline> : ControlChartData<TBaseline>
where TBaseline : IBaseline
- Inheritance
- Object → ControlChartData → ControlChartData<TBaseline> → PointwiseLimitsChartData<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.
(Inherited from ControlChartData<TBaseline>) |
| 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) |
| Lower | Gets the pointwise lower control limits, one per plotted point. |
| Points |
Gets the ordered sequence of plotted chart statistics.
(Inherited from ControlChartData) |
| Upper | Gets the pointwise upper control limits, one per plotted point. |
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) |