Cusum Baseline Class
Frozen baseline for CUSUM control 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 CusumBaseline : IBaseline- Inheritance
- Object → CusumBaseline
- Implements
- IBaseline
Constructors
| Cusum | Initializes a new instance of the CusumBaseline class |
Properties
| Decision | Gets the decision interval h. |
| Reference | Gets the CUSUM reference value k. |
| Sigma | Gets the sigma value used to standardize the observations. |
| Target | Gets the target (reference mean) value. |
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 CusumBaseline 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) |