Skip to content

Commit

Permalink
Merge d215e9a into 6a86265
Browse files Browse the repository at this point in the history
  • Loading branch information
andreramosfdc authored Oct 3, 2024
2 parents 6a86265 + d215e9a commit d2ced26
Show file tree
Hide file tree
Showing 4 changed files with 693 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/StateSpaceModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ include("models/basicstructural_multivariate.jl")
include("models/sarima.jl")
include("models/linear_regression.jl")
include("models/unobserved_components.jl")
include("models/unobserved_components_explanatory.jl")

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

# Exported functions
Expand Down
Loading

0 comments on commit d2ced26

Please sign in to comment.