Fiche Data Prep

Action Principale : bartGauss

Code de préparation

Script en attente de validation
Copié !
1DATA mycas.sample_data;
2 DO i = 1 to 100;
3 x1 = rand('UNIFORM');
4 x2 = rand('UNIFORM');
5 x3 = rand('UNIFORM');
6 x4 = rand('NORMAL', 0, 1);
7 x5 = rand('NORMAL', 5, 2);
8 y = 10 * sin(x1 * x2) + 20 * (x3 - 0.5)**2 + 10 * x4 + 5 * x5 + rand('NORMAL', 0, 1);
9 OUTPUT;
10 END;
11 RUN;
Actions utilisant ce script
  • bart bartGauss En cours
  • Aucune autre action n'utilise ce script exact.