Individuals Moving Range Chart Set Data Class
Contains the combined chart-ready data for an Individuals–Moving Range
(I-MR) chart set.
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 IndividualsMovingRangeChartSetData : IChartSetData- Inheritance
- Object → IndividualsMovingRangeChartSetData
- Implements
- IChartSetData
Remarks
The I-MR chart set is the standard choice when only one observation is taken per sampling period. The Individuals chart monitors process location; the MovingRange chart monitors short-term within-process variation.
Both charts share the same baseline sigma derived from the average moving range, so they should always be interpreted together.
Variables ChartsProperties
| Individuals | Gets the chart data for the Individuals chart. |
| Moving | Gets the chart data for the Moving Range chart. |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| From | Reconstructs an IndividualsMovingRangeChartSetData from a JSON string. |
| Get | Returns the component charts in this chart set. |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| ToJson | Serializes this chart set data to a JSON string. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |