电脑教程
位置:首页>> 电脑教程>> office教程>> Excel HYPGEOMDIST 函数 使用实例教程

Excel HYPGEOMDIST 函数 使用实例教程

  发布时间:2023-11-29 11:49:47 

标签:excel兼容性函数,HYPGEOMDIST函数

说明

HYPGEOMDIST 函数返回超几何分布。

返回值

超几何分布。

语法

=HYPGEOMDIST(sample_s, number_sample, population_s,number_pop)参数

  • Sample_s 必需。 样本中成功的次数。

  • Number_sample 必需。 样本量。

  • Population_s 必需。 总体中成功的次数。

  • Number_pop 必需。 总体大小。

实例

Excel HYPGEOMDIST 函数 使用实例教程

可能出现的错误

  • #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!

    • 如果提供的任意参数不是数值类型。

0
投稿

猜你喜欢

手机版 电脑教程 asp之家 www.aspxhome.com