Individuals Moving Range Chart Options 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
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
| Individuals | Initializes a new instance of the IndividualsMovingRangeChartOptions class |
Properties
| Moving | Gets the width of the moving range window. Must be at least 2. |
| Sigma | Gets the estimator used to compute within-process sigma for the Individuals chart. Must be MovingRange or OverallStandardDeviation. |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |