Commit 87f41c4
authored
Fix ordering of time-varying statespace matices for UnivariateFilter's kalman step (#653)
* Added unpack_args to UnivariateFilter kalman_step function so ordering of time-varying statespace matrices is correct
* added missing value handling for log likelihood and statespace matrices in UnivariateFilter kalman_step1 parent cca9207 commit 87f41c4
1 file changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
778 | 778 | | |
779 | 779 | | |
780 | 780 | | |
781 | | - | |
782 | | - | |
| 781 | + | |
| 782 | + | |
783 | 783 | | |
784 | | - | |
785 | | - | |
786 | | - | |
787 | | - | |
| 784 | + | |
| 785 | + | |
788 | 786 | | |
789 | 787 | | |
790 | 788 | | |
| |||
805 | 803 | | |
806 | 804 | | |
807 | 805 | | |
808 | | - | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
809 | 811 | | |
810 | 812 | | |
0 commit comments