XBar SChart Set Data Class
Contains the combined chart-ready data for an XBar–S 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 XBarSChartSetData : IChartSetData- Inheritance
- Object → XBarSChartSetData
- 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 XBarS(Matrix<Double>).
Properties
| Standard | Gets the chart data for the Standard Deviation chart. |
| XBar | Gets the chart data for the XBar chart. |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| From | Reconstructs an XBarSChartSetData 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) |