说明
HYPGEOMDIST 函数返回超几何分布。
返回值
超几何分布。
语法
=HYPGEOMDIST(sample_s, number_sample, population_s,number_pop)
参数
- Sample_s 必需。 样本中成功的次数。
- Number_sample 必需。 样本量。
- Population_s 必需。 总体中成功的次数。
- Number_pop 必需。 总体大小。
实例
可能出现的错误
- #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!
- 如果提供的任意参数不是数值类型。
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。