mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
xt
This commit is contained in:
parent
1e01d79072
commit
94c7047b82
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ class StateSpace_1(Model):
|
|||
|
||||
LL = linalg.cho_factor(H.dot(PF[:,:,k]).dot(H.T) + R)
|
||||
K = linalg.cho_solve(LL, H.dot(PF[:,:,k].T)).T
|
||||
|
||||
stop
|
||||
MF[:,k] += K.dot(Y[:,k]-H.dot(MF[:,k]))
|
||||
PF[:,:,k] -= K.dot(H).dot(PF[:,:,k])
|
||||
stop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue