Expression Language Reference
    Preparing search index...
    • Returns the hypergeometric distribution.

      Category: Statistical

      Parameters

      • sample_s: any

        The number of successes in the sample.

      • number_sample: any

        The size of the sample.

      • population_s: any

        The number of successes in the population.

      • number_pop: any

        The population size.

      • cumulative: any

        A logical value that determines the form of the function. If cumulative is TRUE, then HYPGEOM.DIST returns the cumulative distribution function; if FALSE, it returns the probability mass function.

      Returns number | Error