IndividualsMovingRangeChartOptions Class

Provides configuration options for an IndividualsMovingRangeChartSet.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public sealed class IndividualsMovingRangeChartOptions
Inheritance
Object  →  IndividualsMovingRangeChartOptions

Remarks

All settings have conservative defaults that match the standard Individuals–Moving Range chart as described in Montgomery, "Introduction to Statistical Quality Control".

Constructors

IndividualsMovingRangeChartOptionsInitializes a new instance of the IndividualsMovingRangeChartOptions class

Properties

MovingRangeWidth Gets the width of the moving range window. Must be at least 2.
SigmaEstimator Gets the estimator used to compute within-process sigma for the Individuals chart. Must be MovingRange or OverallStandardDeviation.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also