nchopin / particles

Sequential Monte Carlo in python
MIT License
403 stars 75 forks source link

Not working given example in the Kalman file #75

Closed nourhez09 closed 11 months ago

nourhez09 commented 11 months ago

The following example given in the documentation of kalman file does not work. There is an inconsistent-shape problem. ssm = kalman.MVLinearGauss(F=np.ones((1, 2)), G=np.eye(2), covX=np.eye(2), covY=.3)

nchopin commented 11 months ago

Thanks, now fixed on both experimental and master branches