作者orange2130 (Orange)
看板Statistics
标题[程式]sas 常态分配 T分配 F分配 卡方分配作表
时间Thu Mar 10 02:40:57 2016
[软体程式类别]:sas
[软体熟悉度]:新手
[问题叙述]:
由於老师只教了基础的do ... to和array 但却叫我们作表...经过努力只作出常态表(老
师说输出结果要和下图表格一样)
http://i.imgur.com/6P6fVYz.jpg
http://i.imgur.com/IJLbgSD.jpg
http://i.imgur.com/6amZBqv.jpg
http://i.imgur.com/1f85YbN.jpg
希望各位大大能教授我 如果可以的话麻烦附上程式档
[程式范例]:
data nor;
array g[31,10] z1-z310;
do i=1 to 31 by 1;
do j=1 to 10 by 1;
a=(i-1)*0.1;
b=(j-1)*0.01
g[i,j]=probnorm(a+b);
end;
output;
end;
proc print;
run;
另外这边想请问关於2维的打法,我的日志档显示
g[i,j]=probnorm(a+b);这行有错误但我不知是哪里错,问题有点多抱歉,麻烦各位了
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 49.159.115.92
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Statistics/M.1457548860.A.36C.html