These tutorials walk through ProcessBehavior from first chart to full factorial analysis. Each builds on the previous, so working through them in order is recommended.
| # | Tutorial | What You’ll Learn |
|---|---|---|
| 1 | Your First X/mR Chart | The shortest path: wrap, formulate, execute, read the limits |
| 2 | Coffee Shop — A Complete Story | The whole workflow end to end: formulate, execute, read the chart, act |
| 3 | Process Capability | Pp/Ppk, Cp/Cpk, one-sided specs, comparing scenarios |
| 4 | Capability — Before vs. After | Quantifying an improvement: two studies, one comparison |
| 5 | Derived Variables | Transforms and binning: deriving factors before formulating |
| 6 | Taguchi Loss Function | Loss decomposition: 5 components, Pareto charts, PDC breakdown |
| 7 | Xbar-S Analysis | Subgrouped data: the S chart in its own right, residuals on S |
| 8 | Signal Detection | The 8 WECO rules: presets, RuleSet builder, per-rule drill-down |
| 9 | Stratified Analysis | One chart per stream: strata, focus(), stratified vs. combined |
| 10 | Design-State Tour | All six design states classified live; the ODS-to-ADS collapse rule |
| 11 | Bishop Reference Validation | Slide-by-slide validation of PM SDS 1-3 against Bishop’s Minitab output |
| 12 | Complete Design-State-1 Analysis | The by= matrix, residual charts, effects & interaction plots |
Prerequisites¶
All tutorials assume you have ProcessBehavior installed:
pip install processbehaviorSee Installation for detailed setup instructions.