Fiche Data Prep

Action Principale : copulaFit

Code de préparation

Script en attente de validation
Copié !
1DATA mycas.simdata(keep=y1 y2);
2 call streaminit(123);
3 DO i = 1 to 1000;
4 x1 = rand('NORMAL');
5 x2 = 0.6*x1 + 0.8*rand('NORMAL');
6 y1 = exp(x1/2);
7 y2 = exp(x2/2);
8 OUTPUT;
9 END;
10RUN;
Actions utilisant ce script
  • copula copulaFit En cours
  • Aucune autre action n'utilise ce script exact.