Applies ToSharePoint Server 2019 SharePoint Server 2016 SharePoint Server 2013 SharePoint Server 2013 企业版 Microsoft 365 中的 SharePoint SharePoint Foundation 2010 SharePoint Server 2010 SharePoint Server 2007 Microsoft 365 小型企业版中的 SharePoint Windows SharePoint Services 3.0

注意:  我们希望能够尽快以你的语言为你提供最新的帮助内容。 本页面是自动翻译的,可能包含语法错误或不准确之处。我们的目的是使此内容能对你有所帮助。可以在本页面底部告诉我们此信息是否对你有帮助吗? 请在此处查看本文的 英文版本 以便参考。

返回超几何分布。如果已知样本量、总体成功次数和总体大小,则 HYPGEOMDIST 返回样本取得已知成功次数的概率。HYPGEOMDIST 用于处理以下的有限总体问题,在该有限总体中,每次观察结果或为成功或为失败,并且已知样本量的每个子集的选取是等可能的。

语法

HYPGEOMDIST(sample_s,number_sample,population_s,number_population)

Sample_s     样本中成功的次数。

Number_sample     样本容量。

Population_s     样本总体中成功的次数。

Number_population    总体大小。

注解

  • 所有参数都将被截尾取整。

  • 如果任何一个参数是非数值的,则 HYPGEOMDIST 将返回错误值 #VALUE!。

  • 如果 sample_s < 0 或 sample_s 大于 number_sample 和 population_s 中的较小值, HYPGEOMDIST 将返回错误值 #NUM!。

  • 如果 sample_s 小于 0 和 (number_sample - number_population + population_s) 中的较大值,HYPGEOMDIST 将返回错误值 #NUM!。

  • 如果 number_sample < 0 或 number_sample > number_population,HYPGEOMDIST 将返回错误值 #NUM!。

  • 如果 population_s < 0 或 population_s > number_population,HYPGEOMDIST 将返回错误值 #NUM!。

  • 如果 number_population < 0,HYPGEOMDIST 将返回错误值 #NUM!。

  • 超几何分布的公式为:

    公式

    其中:

    x = sample_s

    n = number_sample

    M = population_s

    N = number_population

HYPGEOMDIST 用于有限总体中的不放回抽样。

示例

抽样器里有 20 块巧克力,其中 8 块是焦糖的,其余 12 块是果仁的。如果随机选出 4 块,那么,下面的函数将返回恰好有一块是焦糖巧克力的概率。

Sample_s

Number_sample

Population_s

Number_Population

公式

说明(结果)

1

4

8

20

=HYPGEOMDIST([Sample_s],[Number_sample],[Population_s],[Number_Population])

样本和总体的超几何分布 (0.363261)

需要更多帮助?

需要更多选项?

了解订阅权益、浏览培训课程、了解如何保护设备等。

社区可帮助你提出和回答问题、提供反馈,并听取经验丰富专家的意见。