首页officeexcel正文

Excel HYPGEOM.DIST 函数 使用实例教程

强国说学习2023-04-2058excel统计函数HYPGEOM.DIST函数

说明

HYPGEOM.DIST 函数返回超几何分布。

返回值

超几何分布。

该文章内容来源于网络,由强国说-WPS之家(wps.qiangguoshuo.com)收集,希望能为您提供帮助。

语法
=HYPGEOM.DIST(sample_s, number_sample, population_s,number_pop, cumulative)
参数 Sample_s 必需。 样本中成功的次数。 Number_sample 必需。 样本量。 Population_s 必需。 总体中成功的次数。 Number_pop 必需。 总体大小。 cumulative 必需。 决定函数形式的逻辑值。 如果为 TRUE,则返回累积分布函数; 如果为 FALSE,则返回概率密度函数。 实例

可能出现的错误 #NUM! 如果提供的参数 sample_s < 0 或者 > number_sample; 如果提供的参数 sample_s > population_s; 如果提供的参数 sample_s > (number_sample – number_pop + population_s); 如果提供的参数 number_sample ≤ 0 或者 > number_pop; 如果提供的参数 population_s ≤ 0 或者 > number_pop; 如果提供的参数 number_pop ≤ 0。 #VALUE! 如果提供的任意参数不是数值类型。
如想转载该文章请注明出处:强国说学习-qiangguoshuo.com
强国说学习

转载声明:本站发布文章及版权归原作者所有,转载本站文章请注明文章来源!

本文链接:https://www.qiangguoshuo.com/excel/74146.html