Ewma Chart Options Class
Configuration options for an EwmaChart.
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 EwmaChartOptions- Inheritance
- Object → EwmaChartOptions
Remarks
All properties have sensible defaults. Only override the defaults when the process engineering requirements specifically call for it.
Constructors
| Ewma | Initializes a new instance of the EwmaChartOptions class |
Properties
| Lambda | Gets the EWMA smoothing constant λ in the interval (0, 1]. |
| Sigma | Gets the optional explicit process sigma (σ) to use for computing EWMA control limits. |
| Target | Gets the optional process target value (μ₀) to use as the EWMA center line and starting value. |
| Width | Gets the control-limit width multiplier L (often denoted k or L in the literature). |
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) |