IndividualsMovingRangeChartSetData 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#
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 Charts

Properties

Individuals Gets the chart data for the Individuals chart.
MovingRange Gets the chart data for the Moving Range chart.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FromJson Reconstructs an IndividualsMovingRangeChartSetData from a JSON string.
GetChartsReturns the component charts in this chart set.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToJson Serializes this chart set data to a JSON string.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also