var fDesc=new Array(); fDesc[0] = "The SPC Training Simulator has been found very effective for training in classroom environment as well as for self-learning. It is being successfully used by Quality Managers, Facilitators, Trainers, and Consultants.
Use this software to simulate and study:
- Fundamentals of Normal Distribution
- Control Charting and its physical significance
- Detection of Out-Of-Control situations using Control Charts
- Process Capability Vs Process Control
- Process Capability Indices like Cp, Cpk
- Process Variation and factors causing variation
- Process Adjustment and Drift
- Demonstration of the Central Limit Theorem
- Effects of Subgroup Size on Control Chart Sensitivity"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }