class documentation

class TestMultivariateHypergeometric: (source)

View In Hierarchy

Undocumented

Method setup_method 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_method(self): (source)

Undocumented

def test_argument_validation(self): (source)

Undocumented

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

Undocumented

def test_repeatability1(self): (source)

Undocumented

def test_repeatability2(self): (source)

Undocumented

def test_repeatability3(self): (source)

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): (source)

Undocumented

Undocumented