Fiche Data Prep

Action Principale : ecm

Code de préparation

Script en attente de validation
Copié !
1 
2DATA casuser.copula_sim;
3DO i=1 to 1000;
4u1=rand('uniform');
5u2=rand('uniform');
6OUTPUT;
7END;
8 
9RUN;
10 
11DATA casuser.marg1;
12DO i=1 to 1000;
13x=rand('lognormal');
14OUTPUT;
15END;
16 
17RUN;
18 
19DATA casuser.marg2;
20DO i=1 to 1000;
21x=rand('gamma', 2);
22OUTPUT;
23END;
24 
25RUN;
26 
Actions utilisant ce script
  • ecm ecm En cours
  • Aucune autre action n'utilise ce script exact.