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.
1 parent 26b0417 commit fc64b44Copy full SHA for fc64b44
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
+export fit_model, forecast, simulate
15
16
"""
17
fit_model(y::Vector{Fl};
0 commit comments