当前位置:首页经验技巧Excel经验excel技巧

excel表格 HYPGEOM.DIST 函数 使用实例教程

2024-07-21 13:24:36

说明

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

返回值

超几何分布。

语法

=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!
    • 如果提供的任意参数不是数值类型。

电脑版

免责声明:本站信息来自网络收集及网友投稿,仅供参考,如果有错误请反馈给我们更正,对文中内容的真实性和完整性本站不提供任何保证,不承但任何责任,谢谢您的合作。
版权所有:五学知识网 Copyright © 2015-2024 All Rights Reserved .