XBarSChartSetData 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#
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

StandardDeviation Gets the chart data for the Standard Deviation chart.
XBar Gets the chart data for the XBar chart.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FromJson Reconstructs an XBarSChartSetData 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