Skip to content

Commit 4b5e6a4

Browse files
committed
Bugifx
1 parent 99f84f7 commit 4b5e6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ end
312312
Collapsed Kalman smoother for the dynamic factor model `model`. Returns the smoothed state
313313
`α`, covariance `V`, and autocovariance `Γ`.
314314
"""
315-
function smoother(model::DynamicTensorAutoregression)
315+
function smoother(model::DynamicFactorModel)
316316
# collapsed state space system
317317
(y, d, Z, H) = collapse(model)
318318
T = dynamics(model)

0 commit comments

Comments
 (0)