Skip to content

Commit

Permalink
add export create_X and get_variances
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisaMillenCompasso committed Sep 16, 2024
1 parent 48a2aa6 commit 0332b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StateSpaceLearning.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include("datasets.jl")

const DEFAULT_COMPONENTS_PARAMETERS = ["level", "stochastic_level", "trend", "stochastic_trend", "seasonal", "stochastic_seasonal", "freq_seasonal"]

export fit_model, forecast, simulate
export fit_model, forecast, simulate, create_X, get_variances

"""
fit_model(y::Vector{Fl};
Expand Down

0 comments on commit 0332b61

Please sign in to comment.