File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/statespace/models/structural/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -265,10 +265,10 @@ def test_add_multivariate_cycle_components_with_different_observed():
265
265
266
266
# design: each row selects first state of its block
267
267
expected_Z = np .zeros ((4 , 8 ))
268
- expected_Z [0 , 0 ] = 1.0 # "a1" -> cycle1_Cos [a1]
269
- expected_Z [1 , 2 ] = 1.0 # "a2" -> cycle1_Cos [a2]
270
- expected_Z [2 , 4 ] = 1.0 # "b1" -> cycle2_Cos [b1]
271
- expected_Z [3 , 6 ] = 1.0 # "b2" -> cycle2_Cos [b2]
268
+ expected_Z [0 , 0 ] = 1.0 # "a1" -> Cos_cycle1 [a1]
269
+ expected_Z [1 , 2 ] = 1.0 # "a2" -> Cos_cycle1 [a2]
270
+ expected_Z [2 , 4 ] = 1.0 # "b1" -> Cos_cycle2 [b1]
271
+ expected_Z [3 , 6 ] = 1.0 # "b2" -> Cos_cycle2 [b2]
272
272
assert_allclose (Z , expected_Z )
273
273
274
274
# transition: block diagonal, each block is 2x2 frequency transition matrix
You can’t perform that action at this time.
0 commit comments