PChart Methods
Methods
| Analyze |
Performs phase-I analysis, establishing control limits and
transitioning the chart from
Unfitted to
Fitted.
(Inherited from ControlChart) |
| Apply( |
Applies new observations to this Deployed chart and returns a new
TChart in the
Fitted state.
(Inherited from ControlChart<TChart>) |
| Apply( | Applies new observations to this Deployed chart with variable sample sizes and returns a new PChart in the Fitted state. |
| Create | Creates a constant-size PChart directly in the Deployed state from externally supplied fitted parameters. |
| Create | Creates a variable-size PChart directly in the Deployed state from the pooled fraction nonconforming. 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) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| From | Reconstructs a PChart from a JSON string previously produced by ToJson(). |
| Get | Serves as the default hash function. (Inherited from Object) |
| Get | Gets the Type of the current instance. (Inherited from Object) |
| ToJson | Serializes this PChart to a JSON string. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |