Hypergeometric: Defines a probability space for a hypergeometric distribution...

Description Usage Arguments

View source: R/distributions.R

Description

Defines a probability space for a hypergeometric distribution (which represents the number of ones in n draws without replacement from a box containing zeros and ones)

Usage

1
Hypergeometric(n, N0, N1)

Arguments

n

(int): number of draws (without replacement) from the box

N0

(int): number of 0s in the box

N1

(int): number of 1s in the box


hayate0304/Rsymbulate documentation built on May 17, 2019, 8:20 a.m.