ControlChart.Analyze Method

Performs phase-I analysis, establishing control limits and transitioning the chart from Unfitted to Fitted.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public void Analyze()

Exceptions

InvalidOperationException The chart is not in the Unfitted state.

See Also