Skip to content

Commit

Permalink
Merge pull request #28 from LAMPSPUC/add-export-create_X
Browse files Browse the repository at this point in the history
add export create_X and get_variances
  • Loading branch information
andreramosfdc authored Sep 16, 2024
2 parents 48a2aa6 + 0332b61 commit 73bd602
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 73bd602

Please sign in to comment.