shachen / PLDS

The Penalized Linear Dynamical System Project
18 stars 12 forks source link

Modify the kalman filtering part to reduce duplicate computation #76

Closed yangyutu closed 9 years ago

yangyutu commented 9 years ago

bsxfun(@times,C',inv(diag(R))) cannot work because dimensions of C' and inv(diag(R)) should be the same.