mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-07 02:52:40 +02:00
UPD: Major update, changed interface of the module, Cython support added.
Although cython gives almost no speed-up.
This commit is contained in:
parent
b8e21057f5
commit
9c07bd167c
6 changed files with 28927 additions and 697 deletions
|
|
@ -139,7 +139,7 @@ class sde_Exponential(Exponential):
|
|||
F = np.array(((-1.0/lengthscale,),))
|
||||
L = np.array(((1.0,),))
|
||||
Qc = np.array( ((2.0*variance/lengthscale,),) )
|
||||
H = np.array(((1,),))
|
||||
H = np.array(((1.0,),))
|
||||
Pinf = np.array(((variance,),))
|
||||
P0 = Pinf.copy()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue