Data Prep Sheet

Action Principale : ecm

Preparation Code

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