首页 > Excel专区 > Excel函数 >

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

Excel函数 2021-11-25 12:49:55

说明

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

返回值

超几何分布。

语法

=HYPGEOM.DIST(sample_s, number_sample, population_s,number_pop, cumulative)

参数

  • Sample_s 必需。 样本中成功的次数。
  • Number_sample 必需。 样本量。
  • Population_s 必需。 总体中成功的次数。
  • Number_pop 必需。 总体大小。
  • cumulative 必需。 决定函数形式的逻辑值。
    • 如果为 TRUE,则返回累积分布函数;
    • 如果为 FALSE,则返回概率密度函数。

实例

HYPGEOM.DIST 函数

可能出现的错误

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

标签: Excel统计函数HYPGEOM.DIST函数

office教程网 Copyright © 2016-2020 https://www.office9.cn. Some Rights Reserved.