We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f84f7 commit 4b5e6a4Copy full SHA for 4b5e6a4
src/utilities.jl
@@ -312,7 +312,7 @@ end
312
Collapsed Kalman smoother for the dynamic factor model `model`. Returns the smoothed state
313
`α`, covariance `V`, and autocovariance `Γ`.
314
"""
315
-function smoother(model::DynamicTensorAutoregression)
+function smoother(model::DynamicFactorModel)
316
# collapsed state space system
317
(y, d, Z, H) = collapse(model)
318
T = dynamics(model)
0 commit comments