Added the product of kernels defined on the same space + a few bugs fixed in the prod_orthogonal

This commit is contained in:
Nicolas 2013-02-20 17:44:40 +00:00
parent 1ccf061b8f
commit a0eca5ec9a
5 changed files with 107 additions and 15 deletions

View file

@ -2,5 +2,5 @@
# Licensed under the BSD 3-clause license (see LICENSE.txt)
from constructors import rbf, Matern32, Matern52, exponential, linear, white, bias, finite_dimensional, spline, Brownian, rbf_sympy, sympykern, periodic_exponential, periodic_Matern32, periodic_Matern52, product_orthogonal
from constructors import rbf, Matern32, Matern52, exponential, linear, white, bias, finite_dimensional, spline, Brownian, rbf_sympy, sympykern, periodic_exponential, periodic_Matern32, periodic_Matern52, product, product_orthogonal
from kern import kern