Data Prep Sheet

Action Principale : bartGauss

Preparation Code

Script awaiting validation
Copied!
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 using this script
  • bart bartGauss En cours
  • No other action uses this exact script.