mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
Testing
This commit is contained in:
parent
27488917a9
commit
4a94933c19
1 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# Copyright (c) 2013, Arno Solin.
|
||||
# CURRENTLY UNDER PROGRESS
|
||||
# Copyright (c) 2013, Arno Solin. Edited by Mu
|
||||
# Licensed under the BSD 3-clause license (see LICENSE.txt)
|
||||
#
|
||||
# This implementation of converting GPs to state space models is based on the article:
|
||||
|
|
@ -114,7 +115,7 @@ class StateSpace_Old(Model):
|
|||
V = np.tensordot(H[0],P,(0,0))
|
||||
V = np.tensordot(V,H[0],(0,0))
|
||||
V = V[:,None]
|
||||
|
||||
stop
|
||||
# Return the posterior of the state
|
||||
return (m, V)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue