作者wqewwqew (香草天空)
看板Statistics
标题[程式] 请问 sas 指令 rannor()
时间Tue May 23 15:43:59 2017
各位大大好
小弟是新手,请问 rannor()是什麽意思?
data a (drop=i);
do i=1 to 1000;
x1=rannor(1234);
x2=rannor(1234);
e=rannor(1234);
if i > 900 then y=100 + e;
else y=10 + 5*x1 + 3*x2 + .5 * e;
output;
end;
run;
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 163.13.212.22
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Statistics/M.1495525441.A.35A.html
1F:→ andrew43: 回传一个标准常态分布的随机数。google一大堆不是吗 05/23 21:17