Esempio n. 1
0
 def test_batch_shape(self):
     utils.test_batch_shape_2parameter_univariate(self, Laplace, np.zeros,
                                                  np.ones)
Esempio n. 2
0
 def test_batch_shape(self):
     utils.test_batch_shape_2parameter_univariate(self, InverseGamma,
                                                  np.ones, np.ones)
Esempio n. 3
0
 def test_batch_shape(self):
     utils.test_batch_shape_2parameter_univariate(self, Normal, np.zeros,
                                                  np.zeros)
Esempio n. 4
0
 def test_batch_shape(self):
     utils.test_batch_shape_2parameter_univariate(self, Beta, np.ones,
                                                  np.ones)
Esempio n. 5
0
 def test_batch_shape(self):
     utils.test_batch_shape_2parameter_univariate(self, Uniform, np.zeros,
                                                  np.ones)