Skip to content

Commit

Permalink
add explanatory variables to unobserved_components
Browse files Browse the repository at this point in the history
  • Loading branch information
andre_ramos committed Oct 9, 2024
1 parent 6a86265 commit 7a219e3
Show file tree
Hide file tree
Showing 3 changed files with 240 additions and 64 deletions.
2 changes: 2 additions & 0 deletions src/StateSpaceModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ include("models/basicstructural_multivariate.jl")
include("models/sarima.jl")
include("models/linear_regression.jl")
include("models/unobserved_components.jl")

include("models/exponential_smoothing.jl")
include("models/naive_models.jl")
include("models/dar.jl")
Expand Down Expand Up @@ -87,6 +88,7 @@ export SparseUnivariateKalmanFilter
export StateSpaceModel
export UnivariateKalmanFilter
export UnobservedComponents
export UnobservedComponentsExplanatory
export VehicleTracking

# Exported functions
Expand Down
Loading

0 comments on commit 7a219e3

Please sign in to comment.