Standard Baseline Class
Frozen baseline for charts with fixed scalar control limits.
Used for Individuals (I), Moving Range (MR), C, XBar, R, S, and NP 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 class StandardBaseline : IBaseline- Inheritance
- Object → StandardBaseline
- Implements
- IBaseline
Remarks
A StandardBaseline captures the stable-process parameters estimated during Phase I analysis. In Phase II, incoming observations are evaluated against these frozen parameters rather than being re-estimated from new data.
The optional SubgroupSize is set for charts that operate on subgrouped data (XBar, R, S, NP). It is null for individual-observation charts (I, MR, C).
Constructors
| Standard | Initializes a new instance of the StandardBaseline class |
Properties
| Center | Gets the frozen center line. |
| Lower | Gets the frozen lower control limit. |
| Sigma | Gets the frozen process sigma. |
| Subgroup | Gets the frozen subgroup (sample) size, or null for charts that do not operate on fixed-size subgroups. |
| Upper | Gets the frozen upper control limit. |
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) |
| From | Reconstructs a StandardBaseline from a JSON string previously produced by ToJson(). |
| 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) |
| ToJson | Serializes this baseline to a JSON string suitable for long-term storage. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |