You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you - I agree with you, that looks like an error in the implementation. Thanks for finding it!
Replacing comp.cov with pkk[j] gives me a "singular matrix error" when I run my synthetic example. I may need to dig through and remember this old code, to work out how to fix this.
Your code did not use
pkk
though you calculated.pkk = [dot(eye(len(k[index])) - dot(k[index], self.h), comp.cov)
The text was updated successfully, but these errors were encountered: