Exemplo n.º 1
0
 def __init__(self):
     RealKernelTest.__init__(self, pk.Matern(0.5, 0.4, d=5, ndim=2))
Exemplo n.º 2
0
 def __init__(self):
     RealKernelTest.__init__(self, pk.Matern(0.5, [0.4, 0.3], d=5))