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.
2 parents 48a2aa6 + 0332b61 commit 73bd602Copy full SHA for 73bd602
src/StateSpaceLearning.jl
@@ -11,7 +11,7 @@ include("datasets.jl")
11
12
const DEFAULT_COMPONENTS_PARAMETERS = ["level", "stochastic_level", "trend", "stochastic_trend", "seasonal", "stochastic_seasonal", "freq_seasonal"]
13
14
-export fit_model, forecast, simulate
+export fit_model, forecast, simulate, create_X, get_variances
15
16
"""
17
fit_model(y::Vector{Fl};
0 commit comments