MATLAB code to compute the width of the confidence interval alpha = 0.05; mu = 0; sigma = 1; % Standard Gaussian epsilon = icdf('norm',1-alpha/2,mu,sigma).
確定! 回上一頁