コード例 #1
0
ファイル: test_utils.py プロジェクト: AsymmetricHuang/pymc
 def test_invcdf_3d_input(self):
     x = random.random((2, 2, 2))
     utils.invcdf(x)
コード例 #2
0
ファイル: test_utils.py プロジェクト: AsymmetricHuang/pymc
 def test_invcdf_2d_input(self):
     x = random.random((2, 4))
     utils.invcdf(x)
コード例 #3
0
ファイル: test_utils.py プロジェクト: AsymmetricHuang/pymc
 def test_invcdf_1d_input(self):
     x = random.random(8)
     utils.invcdf(x)
コード例 #4
0
 def test_invcdf_3d_input(self):
     x = random.random((2, 2, 2))
     utils.invcdf(x)
コード例 #5
0
 def test_invcdf_2d_input(self):
     x = random.random((2, 4))
     utils.invcdf(x)
コード例 #6
0
 def test_invcdf_1d_input(self):
     x = random.random(8)
     utils.invcdf(x)