>>mean1=0;std1=1; >>mean2=0.1;std2=std1; >>x1=normrnd(mean1,std1,1,1000); >>x2=normrnd(mean2,std2,1,1000); >>[h,pi] =ttest2(x1,x2) h = 1 pi = 1.9552e–05 The ...
確定! 回上一頁