-
Notifications
You must be signed in to change notification settings - Fork 19
processControl
Tom edited this page Jan 8, 2021
·
4 revisions
βοΈ = Implemented, π = In progress,
| Feature | QML code | R code |
|---|---|---|
| X bar & R chart | βοΈ | π |
| I-mR chart | βοΈ | π |
| X bar & s chart | βοΈ | π |
| Defectives charts | βοΈ | π |
| Defects charts | βοΈ | π |
| Cumulative sum chart | βοΈ | π |
| g chart | βοΈ | π |
| Exponentially weighted moving average chart | βοΈ | π |
| t chart | βοΈ | π |
Interface (QML):
- Division of measurements into variables and attributes.
- Layout of the plots' checkboxes is ordered into three columns. Output (R):
- Addition of the P plot.
Interface (QML):
- Add probability plot check box temporarily (later will be moved to the PRocess Capability section)
Output (R):
- Probability plot based on the median rank.
- Corresponding table summarizing descriptives (mean, N SD) and AD normality test (P-value and statistic).
Interface (QML):
Output (R):
- Added functionality to read datasets and PRocess IDs.
Interface (QML):
- Added checkbox for X bar & R chart to section "Control charts for variables".
- Added checkbox for I-mR chart to section "Control charts for variables" and "Control charts for attributes".
- Added checkbox for X bar & s chart to section "Control charts for variables".
- Added checkbox and radio buttons for defective charts to section "Control charts for attributes".
- Added checkbox and radio buttons for defects charts to section "Control charts for variables".
- Added checkbox for cumulative sum chart to section "Special control charts"
Output (R):