EwmaChartOptions Class

Configuration options for an EwmaChart.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
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

EwmaChartOptionsInitializes 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

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also