UChart Methods

Methods

Analyze Performs phase-I analysis, establishing control limits and transitioning the chart from Unfitted to Fitted.
(Inherited from ControlChart)
Apply(Vector<Double>) Applies new observations to this Deployed chart and returns a new TChart in the Fitted state.
(Inherited from ControlChart<TChart>)
Apply(Vector<Double>, Vector<Double>) Applies new observations to this Deployed chart with variable unit sizes and returns a new UChart in the Fitted state.
CreateDeployedFixed Creates a constant-size UChart directly in the Deployed state from externally supplied fitted parameters.
CreateDeployedVariable Creates a variable-size UChart directly in the Deployed state from the pooled defects per unit. The chart is ready to accept new data via Apply(Vector<Double>, Vector<Double>).
Deploy Creates a new TChart in the Deployed state from this Fitted chart.
(Inherited from ControlChart<TChart>)
Diagnose Produces a diagnostic report for the current chart state.
(Inherited from ControlChart)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FromJson Reconstructs a UChart from a JSON string previously produced by ToJson().
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToJson Serializes this UChart to a JSON string.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also