搜索

Matlab_normpdf


发布时间: 2022-11-24 18:24:04    浏览次数:46 次
>> x=normrnd(15,5,1000,1);
>> hist(x)
>> x2=rand(1000,1);
>> hist(x2,50)
>> hist(x,50)
>> y=normrnd(15,1,1000,1);
>> figure;hist(y,50)
>> x=0:30;
>> pdf=normpdf(x,15,5);

>> plot(x,pdf,'o')
>> normcdf(10,15,5)

ans =

0.1587

>> normcdf(20,15,5)-normcdf(8,15,5)

ans =

0.7606

load NormQuery

normplot(xnq)

[h,p]=lillietest(xnq)

norminv(1/4/length(xnq),mu,sigma)

  

  

免责声明 Matlab_normpdf,资源类别:文本, 浏览次数:46 次, 文件大小:-- , 由本站蜘蛛搜索收录2022-11-24 06:24:04。此页面由程序自动采集,只作交流和学习使用,本站不储存任何资源文件,如有侵权内容请联系我们举报删除, 感谢您对本站的支持。 原文链接:https://www.cnblogs.com/physical-oceanography/p/16814453.html