Fiche Data Prep

Action Principale : bartGauss

Code de préparation

Script en attente de validation
Copié !
1DATA mycas.my_regression_data;
2 call streaminit(123);
3 DO i = 1 to 1000;
4 y = 10 + 5*rand('NORMAL') + 2*rand('UNIFORM');
5 x1 = rand('UNIFORM') * 10;
6 x2 = rand('UNIFORM') * 5;
7 x3 = rand('NORMAL', 0, 2);
8 x4 = rand('NORMAL', 5, 3);
9 x5 = rand('POISSON', 3);
10 x6 = rand('INTEGER', 1, 10);
11 x7 = rand('BERNOULLI', 0.3);
12 x8 = rand('BERNOULLI', 0.6);
13 x9 = rand('NORMAL', 10, 5);
14 x10 = rand('UNIFORM') * 20;
15 OUTPUT;
16 END;
17RUN;
Actions utilisant ce script
  • bart bartGauss En cours
  • Aucune autre action n'utilise ce script exact.