2021年9月18日

matlab histfit(data,nbins,dist)直方图拟合

摘要: rng default; % For reproducibility r = normrnd(10,1,100,1); figure histfit(r) rng default; % For reproducibility r = betarnd(3,10,100,1); figure histf 阅读全文

posted @ 2021-09-18 16:01 那抹阳光1994 阅读(796) 评论(0) 推荐(0)

matlab normspec叠加图

摘要: p = normspec(specs,mu,sigma) matlab自带的这个函数每次绘制都会打开一个新的句柄,无法绘制两个分布的叠加。在原函数基础上修改获得如下图类似的效果。 normspec两个分布叠加 修改 function [p,h] = mynormspec(specs,mu,sigma 阅读全文

posted @ 2021-09-18 15:45 那抹阳光1994 阅读(596) 评论(0) 推荐(0)

假设检验中的两类错误

摘要: 假设: H0:You are not pregnantH1:You are pregnant Type I and type II errors - wiki type I error is the rejection of a true nullhypothesis (also known as 阅读全文

posted @ 2021-09-18 11:46 那抹阳光1994 阅读(1752) 评论(0) 推荐(0)

导航