class documentation

class TestMultivariateHypergeometric:

View In Hierarchy

Undocumented

Method setup Undocumented
Method test​_argument​_validation Undocumented
Method test​_edge​_cases Undocumented
Method test​_repeatability1 Undocumented
Method test​_repeatability2 Undocumented
Method test​_repeatability3 Undocumented
Method test​_typical​_cases Undocumented
Instance Variable seed Undocumented
def setup(self):

Undocumented

def test_argument_validation(self):

Undocumented

@pytest.mark.parametrize('method', ['count', 'marginals'])
def test_edge_cases(self, method):

Undocumented

def test_repeatability1(self):

Undocumented

def test_repeatability2(self):

Undocumented

def test_repeatability3(self):

Undocumented

@pytest.mark.parametrize('nsample', [8, 25, 45, 55])
@pytest.mark.parametrize('method', ['count', 'marginals'])
@pytest.mark.parametrize('size', [5, (2, 3), 150000])
def test_typical_cases(self, nsample, method, size):

Undocumented

seed: int =

Undocumented