XBar RChart Set Data Class
Contains the combined chart-ready data for an XBar–R 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 XBarRChartSetData : IChartSetData- Inheritance
- Object → XBarRChartSetData
- Implements
- IChartSetData
Remarks
Both charts in this set are computed from equal-size subgroups. Inputs with unequal subgroup sizes are rejected by the factory; see XBarR(Matrix<Double>).
Properties
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| From | Reconstructs an XBarRChartSetData 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) |