-
Notifications
You must be signed in to change notification settings - Fork 18
processControl
Koen Derks edited this page Dec 8, 2020
·
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):
Output (R):
Interface (QML):
Output (R):
Interface (QML):
Output (R):
Interface (QML):
Output (R):
Interface (QML):
Output (R):
Interface (QML):
Output (R):
Interface (QML):
Output (R):
Interface (QML):
Output (R):
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):