Expression Language Reference
    Preparing search index...
    HYPGEOMDIST: (
        sample_s: any,
        number_sample: any,
        population_s: any,
        number_pop: any,
        cumulative: any,
    ) => number | Error

    Type declaration

      • (
            sample_s: any,
            number_sample: any,
            population_s: any,
            number_pop: any,
            cumulative: any,
        ): number | Error
      • Parameters

        • sample_s: any
        • number_sample: any
        • population_s: any
        • number_pop: any
        • cumulative: any

        Returns number | Error