MCPcopy
hub / github.com/hyperopt/hyperopt / test_smallq

Method test_smallq

hyperopt/tests/unit/test_rdists.py:207–210  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

205
206class TestQNormal(unittest.TestCase):
207 def test_smallq(self):
208 mu, sigma, q = (0, 1, 0.1)
209 qn = qnormal_gen(mu, sigma, q)
210 check_d_samples(qn, n=10000)
211
212 def test_bigq(self):
213 mu, sigma, q = (-20, 4, 3)

Callers

nothing calls this directly

Calls 2

qnormal_genClass · 0.90
check_d_samplesFunction · 0.85

Tested by

no test coverage detected