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

Method test_smallq

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

Source from the content-addressed store, hash-verified

245
246class TestQLogNormal(unittest.TestCase):
247 def test_smallq(self):
248 mu, sigma, q = (0, 1, 0.1)
249 qn = qlognormal_gen(mu, sigma, q)
250 check_d_samples(qn, n=10000)
251
252 def test_bigq(self):
253 mu, sigma, q = (-20, 4, 3)

Callers

nothing calls this directly

Calls 2

qlognormal_genClass · 0.90
check_d_samplesFunction · 0.85

Tested by

no test coverage detected