Fiche Data Prep

Action Principale : ewmaChart

Code de préparation

Script en attente de validation
Copié !
1 
2DATA mycas.process_sim;
3call streaminit(123);
4DO i=1 to 20;
5DO j=1 to 5;
6subgroup=i;
7process=10 + rand('Normal');
8OUTPUT;
9END;
10END;
11 
12RUN;
13 
Actions utilisant ce script
  • spc ewmaChart En cours
  • Aucune autre action n'utilise ce script exact.