:HYPGEOMDIST函数-表格技巧免费ppt模版下载-道格办公

HYPGEOMDIST函数

返回超几何分布。给定样本容量、样本总体容量和样本总体中成功的次数,函数HYPGEOMDIST返回样本取得给

定成功次数的概率。使用函数HYPGEOMDIST可以解决有限总体的问题,其中每个观察值或者为成功或者为失败,

且给定样本容量的每一个子集有相等的发生概率。 

语法 
HYPGEOMDIST(sample_s,number_sample,population_s,number_population) 
Sample_s 样本中成功的次数。 
Number_sample 样本容量。 
Population_s 样本总体中成功的次数。 
Number_population 样本总体的容量。 

说明 

所有参数将被截尾取整。

若任一参数为非数值型,则 HYPGEOMDIST 返回错误值 #VALUE!。

若出现以下任一情况,则 HYPGEOMDIST 返回错误值 #NUM!。

1、sample_s < 0 或 sample_s 大于 number_sample 和 population_s 中的较小值 
2、sample_s 小于 0 或 (number_sample - number_population + population_s) 中的较大值 
3、number_sample ≤ 0 或 number_sample > number_population 
4、population_s ≤ 0 或 population_s > number_population 
5、number_population ≤ 0 

HYPGEOMDIST.png

函数 HYPGEOMDIST 用于在有限样本总体中进行不退回抽样的概率计算。 

文章为用户上传,仅供非商业浏览。发布者:Lomu,转转请注明出处: https://www.daogebangong.com/articles/detail/HYPGEOMDIST-han-shu.html

(810)
打赏 支付宝扫一扫 支付宝扫一扫
single-end

相关推荐