Added rbf_inv.py kernel which is parametrised with the variances

This commit is contained in:
Andreas 2013-07-15 20:12:54 +01:00
parent 98318a3fdd
commit ea4599f1d0
2 changed files with 18 additions and 0 deletions

View file

@ -20,3 +20,4 @@ import spline
import symmetric
import white
import hierarchical
import rbf_inv