第18章参数估计与假设检验.pptxVIP

  • 2
  • 0
  • 约2.16千字
  • 约 21页
  • 2017-07-17 发布于四川
  • 举报
天 津 科 技 大 学 数 学 系 谢中华 E-mail: xiezhh@tust.edu.cn MATLAB从零到进阶;主要内容 常见分布的参数估计 正态总体参数的检验;第二节 常见分布的参数估计;一、分布参数估计的MATLAB函数; x = [15.14,14.81,15.11,15.26,15.08,15.17,15.12,14.95,15.05,14.87]; [muhat,sigmahat,muci,sigmaci] = normfit(x,0.1) [mu_sigma,mu_sigma_ci] = mle(x,distribution,norm,alpha,0.1); x = [0.7917,0.8448,0.9802,0.8481,0.7627 0.9013,0.9037,0.7399,0.7843,0.8424 0.9842,0.7134,0.9959,0.6444,0.8362 0.7651,0.9341,0.6515,0.7956,0.8733]; PdfFun = @(x,theta) theta*x.^(theta-1).*(x0 x1); [phat,pci] = mle(x(:),pdf,PdfFun,start,1); x = normrnd(10,4,100,1); [phat

文档评论(0)

1亿VIP精品文档

相关文档