mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 11:32:39 +02:00
Part working version of sympy covariance with new params version.
This commit is contained in:
parent
3968d48ba5
commit
339b5caa76
6 changed files with 182 additions and 479 deletions
|
|
@ -4,7 +4,9 @@ from _src.kern import Kern
|
|||
from _src.linear import Linear
|
||||
from _src.brownian import Brownian
|
||||
from _src.stationary import Exponential, Matern32, Matern52, ExpQuad
|
||||
#from _src.bias import Bias
|
||||
from _src.sympykern import Sympykern
|
||||
#from _src.kern import kern_test
|
||||
from _src.bias import Bias
|
||||
#import coregionalize
|
||||
#import exponential
|
||||
#import eq_ode1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue