Data Prep Sheet

Action Principale : frontierCost

Preparation Code

Script awaiting validation
Copied!
1 
2DATA casuser.cost_sim;
3call streaminit(123);
4DO i = 1 to 200;
5log_q = rand('Normal', 2, 0.5);
6log_p = rand('Normal', 1, 0.2);
7v = rand('Normal', 0, 0.1);
8u = abs(rand('Normal', 0, 0.25));
9log_cost = 1 + 0.7*log_q + 0.3*log_p + v + u;
10OUTPUT;
11END;
12 
13RUN;
14 
Actions using this script
  • frontier frontierCost En cours
  • No other action uses this exact script.