Data Prep Sheet

Action Principale : copulaFit

Preparation Code

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