Example of sde_Matern covarince function is added, along with other small changes.

State-space example is slightly modified.
Imports are corrected accordingly.
This commit is contained in:
Alexander Grigorievskiy 2015-03-13 18:20:27 +02:00
parent 5b381af40d
commit 03d4096fe8
3 changed files with 72 additions and 2 deletions

View file

@ -22,3 +22,5 @@ from .gp_var_gauss import GPVariationalGaussianApproximation
from .one_vs_all_classification import OneVsAllClassification
from .one_vs_all_sparse_classification import OneVsAllSparseClassification
from .dpgplvm import DPBayesianGPLVM
from state_space import StateSpace