XBar SChart Set.Apply Method
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
Overload List
| Apply( | Applies new subgroup data to this Deployed chart and returns a new XBarSChartSet in the Fitted state using the frozen baseline limits. |
| Apply( | Applies new observations to this Deployed chart and returns a new TChart in the Fitted state. |
Apply(Matrix<Double>)
Applies new subgroup data to this Deployed chart and returns a new
XBarSChartSet in the
Fitted state using the frozen
baseline limits.
public XBarSChartSet Apply(
Matrix<double> data
)Parameters
- data Matrix<Double>
- The new subgroups to apply. Must have the same number of columns (subgroup size) as the original chart.
Return Value
XBarSChartSetA new XBarSChartSet in the Fitted state.
Exceptions
| Invalid | The chart is not in the Deployed state. |
| Argument | data is null. |
| Argument | data is empty or has a different column count than the original chart's subgroup size. |