dhyper_cpp: Vectorized version of 'dhyper' for C++ implementation.

Description Usage Arguments Author(s)

View source: R/RcppExports.R

Description

Vectorized version of dhyper for C++ implementation.

Usage

1
dhyper_cpp(x, m, n, k)

Arguments

x

Vector of quantiles representing the number of white balls drawn without replacement from an urn which contains both black and white balls.

m

The number of white balls in the urn.

n

The number of black balls in the urn.

k

The number of balls drawn from the urn.

Author(s)

David Gerard


dcgerard/updogAlpha documentation built on May 14, 2019, 3:10 a.m.